@charset "utf-8";
/* CSS Document */

#verificationbg{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 9999;
	display: none;
	opacity: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#verification{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -200px;
	width: 400px;
	height: auto;
	background-color: rgba(255,255,255,0.9);
}

#verification_header{
	width: 400px;
	height: 80px;
	background-image: url("../img/generatorheaderbg.jpg");
	line-height: 80px;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	color: #FFFFFF;
}

#verification_text{
	width: 360px;
	height: auto;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	color: #000;
}

#verification_text h3{
	text-align: center;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 16px;
}

#verification_text h4{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

#verification_text p{
	font-size: 12px;
	color: #404040;
}

#verification_loader{
	width: 220px;
	height: 19px;
	background-image: url("../img/verification.gif");
	margin: 0px auto;
	margin-top: 20px;
}

#completeanofferblock{
	width: 400px;
	height: 80px;
	border-top: 1px solid #BFBFBF;
	background-color: #E7E7E7;
}

#offerbutton{
	width: 180px;
	padding: 10px;
	height: auto;
	margin: 0px auto;
	margin-top: 20px;
	text-align: center;
	background-color: #14AF20;
	border-radius: 5px;
	color: #FFF;
}

#offerbutton:hover{
	background-color: #118319;
	cursor: pointer;
}

#generate{
	width: 200px;
	height: 50px;
	background-color: #3F3F3F
}