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

/*	CSS Reset
---------------------------------------------------	*/
html, body, h1, h2, h3, h4, h5, h6, p, table, th, td, form, fieldset, ul, li, blockquote, dl, dt, dd, hr{
	margin: 0;
	padding: 0;
}

body{
	background-color:#f2faeb;
}

.off-left {
	position: absolute;
	left: -9999px;
	width: 9990px;
}




/* Form
---------------------------------------------------	*/
.table_userinfo{
	width:600px;
	margin-top:12px;
}

.table_userinfo td{
	padding-bottom:12px;
}

.table_userinfo label{
	font-weight:bold;
}

.table_userinfo input{
	/* width:172px; */
	height:18px;
}

.td_col_1, .td_col_2{
	padding-right:20px;
}

.td_col_2{
	text-align:right;
}

.txt_input{
	width:172px;
}


.txt_dob_month, .txt_dob_day{
	width:42px;
}

.txt_dob_year, .txt_zip{
	width:62px;
}

.table_useropt{
	margin:19px 0 14px;
}

.table_useropt label{
	padding-left:9px;
}





/* Register Form
---------------------------------------------------	*/
.reg{
	background:url(../images/reg_background.jpg) repeat-x #f2faeb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2c2c2c;
}

.reg_header{
	width:644px;
	height:150px;
}

#Login_hdr /* Old Challenge Header */
{
	background:url(../images/signup_header.jpg) no-repeat;
}
#Profile_hdr /* Old Challenge Header */
{
	background:url(../images/signup_header.jpg) no-repeat;
}
#Profile_edit_hdr /* Generic Header */
{
	background:url(../images/signup_header.jpg) no-repeat;
}
#ForgotPassword_hdr /* Generic Header */
{
	background:url(../images/signup_header.jpg) no-repeat;
}
#Unsubscribe_hdr /* Generic Header */
{
	background:url(../images/signup_header.jpg) no-repeat;
}

#ForgotPasswordComplete_hdr
{
	background:url(../images/signup_header.jpg) no-repeat;
}
#UnsubscribeComplete_hdr /* Generic Header */
{
	background:url(../images/signup_header.jpg) no-repeat;
}

.reg_main{
	padding:15px 0 26px 20px;
}

.reg_main .btn_register{
	display:block;
	margin-top:17px;
}

.disclaimer{
	color:#292209;
	font-size:10px;
	margin-top:30px;
}

.reg a{
	color:#2c4a3a;
	text-decoration:underline;
}

.reg a:hover{
	color:#2c4a3a;
	text-decoration:none;
}

.reg a.rules{
	font-size:11px;
	color:#1d3d14;
}

/* Error formatting
-------------------------------------------------*/


.validation-summary-errors {
	color: #ff0000;
}

span.validation-summary-errors 
{
	display: block;
	padding: 10px 0px 5px 0px;
	font-weight: bold;
}

ul.validation-summary-errors 
{
	display: block;
	padding: 0px 0px 5px 40px;	
}


.input-validation-error {
	background-color: #ffcccc;
}


#closeWindow
{
	position: absolute;
	z-index: 20;
	top: 600px;
	left: 280px;
}
