body {
	background: url(/images/topbg.jpg) repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}



.wrapper {
	background: url(/images/content.jpg) no-repeat 0 0;
	max-width: 980px;
	margin: 0 auto;
}

.disclaimer {
    font-size:9px;
text-align:justify;
}



/* Content */

h2 {
font-size: 18px !important;
font-weight: bold !important; 
margin:2px 0px 3px 0px !important;
}


.item {
	width: 290px;
	padding-bottom: 2px;
}

.checkmark {
	background: url(/images/check.png) no-repeat;
	height: 46px;
	width: 46px;
	float: left;
	margin-right: 15px;
}

#container h2 {
	color: #202020;
	font-size: 18px;
	line-height: 12px;
	padding-top: 10px;
}

#container p {
	color: #202020;
	font-size: 13px;
	line-height: 16px;
	margin-top: -8px;
}

/* End Content */

/* Form */
#thank_u {
	background: url(/images/form-gradient.png) repeat-x bottom #ffe28f;
	width: 303px;
	height: 375px;
	margin: 35px 0 65px 0;
	border: 1px solid #ffe28f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	padding:15px;
}
#form {
	background: url(/images/form-gradient.png) repeat-x bottom #ffe28f;
	height: 513px;
	margin: 35px 0 0 0px;
	border: 1px solid #ffe28f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	padding-bottom: 5px;
}
.form-control {height:30px;
margin-bottom:4px; }

.formheading {
	line-height: 35px;
	text-align: center;
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #ebbe37;
	background: #fed354;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-radius: 5px 0px;
	-moz-border-radius: 5px 0px;
	border-radius: 5px 0px;
	margin-bottom:4px;

} 

#form ul {
	float: left;
	width: 260px;
	list-style: none;
	margin-left: -15px;
}




#secure {
	width: 210px;
	text-align: left;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	margin: 0 auto 0 auto;
}

#secure  img {
	float: left;
	padding: 0 10px 0px 0;
	margin-top: -10px;
}



/* Footer */

.footer {
	margin: 30px auto 0 auto;
	color: #666666;
	font-size: 12px;
	width: 939px;
	height: auto;
	text-align: center;
	background: url(/images/footerbg.jpg) no-repeat center top;
	padding-top: 15px;
}


