html, body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-size: 14px;
}

.clear {
	clear: both;
}

.topbar {
	background: url(img/headerbar.jpg) no-repeat;
	background-size: cover;
	padding: 10px;
	color: #fff;
}

.logo {
	width: 370px;
	float:left;
}

.online {
	color: #2cff00;
}

.onlinegirls {
	width: 380px;float:left;padding:10px;margin-left:80px;
}

.onlinegirls img {
	border-radius: 50%;
}

.topbar .slogan {
	font-size: 13px;
}

.yellow {
	color: #fced6c;
}

.green {
	color: #3ef669;
}

.wrapper {
	width: 950px;
	margin: 0 auto;
}

.site {
	background: url(img/background.jpg) no-repeat;
	background-size: cover;
	height: 663px;
}

.form {
	background: #fff;
	display: inline-block;
	width: 310px;
	box-shadow: 0 0 20px #000;
}

.formpadding {
	padding:10px 0 0 580px;
}

.form iframe {
		width: 610px;
	}
	
	.framebox {
	padding:20px;
}

.registertop {
	background: #1c3e3f;
	padding: 0;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.registertop strong {
	color: #7da424;
}

@media only screen and (max-width: 480px) { 

	.topbar .logobox {
		width: 100%;
		float: none;
	}
	
	.onlinegirls {
		width: 100%;
		float:none;
		padding:8px 0 20px 0;
		margin-left:0;
		background: #fff;
		color: #000!important;
	}
	
	.topbar {
		padding: 10px 0 0 0;
	}
	
	.topbar .notiicon {
		width: 50px; 
		float:none;
		position: absolute;
		top:0;
		right: 10%;
	}
	
	.logo {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.logo img {
		width: 40%;
	}

	.usermsg {
		font-size: 11px;
	}
	
	.wrapper {
		width: 100%;
		margin: 0 auto;
	}
	
	.frontgirl {
		width: 100%; 
		float:none; 
		margin-right:0;
		display: none;
	}
	
	.frontgirl img {
		width: 100%;
	}
	
	.content {
		width: 100%; 
		float:none; 
		text-align:center;
		font-size:21px;
	}
	
	.yes, .no, .register {
		width: 80%;
	}
	
	.formpadding {
		padding:10px 0 0 0;
	}
	
	.form iframe {
		width: 100%!important;
		height: 550px!important;
	}
	
	.form {
		background: #fff;
		display: block;
		width: 100%;
		box-shadow: 0 0 10px #666;
		top: -770px;
		position: absolute;
	}
	
	.footer {
		display: none;
	}
	
	.framebox {
		padding:0 0 20px 20px;
	}
	
	.site {
		background: url(img/background.jpg) no-repeat;
		background-size: cover;
		height: 363px;
		position: absolute;
		top: 900px;
		width: 100%;
	}
	
	.registertop {
		font-size: 12px;
	}
	
	.registertop br {
		display: none;
	}
	
	.registertop img {
		height: 21px;
	}
	
	.userrowb {
		display: none;
	}
	
}