form{
	padding: 0;
	margin: 0;

}

html, body
{
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	background-repeat:repeat-y;
	background-position:center;
	background-color:#ffffff;
	
}

#register-birthday-month, #month_box{
	width: 100px; height: 23px; 
}

#register-birthday-day, #day_box{
	width: 50px; height: 23px; 
}

#register-birthday-year, #year_box{
	width: 60px; height: 23px; 
}

#checkbtn{
	height: auto;
	width: auto;
}

.info_table_row{
	
	padding-bottom: 5px;
}

.info_table{
	padding-top: 10px;
}

.info_table input {
	height: auto;
}

#terms_row, #optin_row{
	margin-top: 15px;
	margin-bottom: 15px;
}

.input_error
{
	border-color:#FF0000;
	background-color: LightBlue;
}

.state_dropdown{
	width: 66px;
}

.step3_title{
	width: 20px;
}

.cat_type_checkbox {
	height:25px;
	text-align:left;
	width:265px;
}

.PNButton_pad {
	padding-left:5px;
}

/*-----------------LERT------------*/
#lertOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#lertContainer{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#lertWindow {
	border:1px solid #aaa;
	width:370px;
	margin:0 auto;
	padding:10px 0;
	background:#FFF;
}

#lertMessage {
	font-weight:normal;
	font-size:11px;
	font-family: Tahoma, Verdana, Sans;
	clear:right;
	padding-bottom:15px;
	text-align:center;
	margin:auto;
	color:#000;

}

#lertIcon {
	float:left;
	padding:10px;
}

#lertButtons {
	clear:both;
	text-align:center;
	margin:10px 0 5px 0;
}

.lertButton {
	height:20px;
	background:#DDD;
	padding:5px 4px;
	margin-top:5px;
	border:2px solid #AAA;
	color:#000;
	text-decoration:none;
	font: normal 11px/10px Verdana, Tahoma, sans;
}

.lertButton:hover {
	/*background:#FFC;*/
	color:#532217;
}

#lertDefaultButton {
	font-weight:bold;
}


