
@import url(../reg-style.css);

.regContent select {
	font-size:12px;
	*font-size:13px;
	_font-size:12px;
	height:22px;
	color:#666666;
	font-family:arial,verdana;
}

.regContent select option {
	font-family:arial,verdana;
}

.regContent input[type=text] {
	height:17px;
	font-size:12px;
	font-family:arial,verdana;
}

.regContent input{
	font-size:14px;
}
.regContent input[type=password] {
	height:17px;
}

.regContent #errorMessage {
	font-weight:normal;
}

.regContent {
	margin-left:30px;
	width:100%;
	position:relative;
	top:-20px;
}

.regContent #loginInputFields {
	width: 225px;
	margin-top:10px;
	margin-bottom:10px;
}

.regContent #loginRegisterSection {
	clear:both;
	padding-top:15px;
}

.regContent #loginSubHeader, .regContent #loginRegSubHeader, .regContent #regFullSurvHeader2, .regContent #regExistsSubHeader, .regContent #promoSurvHeader2{
	color:#669900;
	font-size:1.7em;
	margin-top:10px;
}

.regContent #loginForgot a {
	color:#666666;
	text-decoration:underline;
}

.regContent #regLoginForgot a {
	color:#ffffff;
	text-decoration:underline;
}

.regContent #regLoginHeader {
	font-weight:bold;
	font-size:16px;
}

.regContent #regLoginSubHeader {
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
}

.regContent #regLoginDiv label {
	margin-top: 10px;
}

.regContent #regLoginRemember {
		margin-top:10px;
		margin-bottom:10px;
}

.regContent #regLoginDiv {
	 background-repeat: no-repeat;
	 width:220px;
	 height:234px;
	 color:#ffffff;
}

.regContent #smpRegisterLoginInfo {
	float:right;
}

.regContent #registerContent {
	#float:left;

}

.regContent #registerSummary {
	width:650px;
}

#regPromoPopupTitle {
	text-align:left;
	font-size:18px;
	margin-bottom:10px;
	color:#669900;
}

.regPopupBG {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	color:black;
	width:100%;
	display:none;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	/*background-color:#CAE8AC;*/
	background-color:#86BF63;
	z-index:1500;
}

.regContent #registerHeader div {
		font-size: 180%;
		color: #669900;
		font-weight: normal;
}