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

#col_1 {
	display:none;
}
#col_2 {
	float:none;
	margin:30px auto 0;
	width:700px;
	height:550px;
}

#top {
	margin-top:30px;
	width:100%;
	height:auto;
}

#disclaimer {
	margin-top:25px;
	margin-left:25px;
	margin-bottom:25px;
	width:70%;	
	font-size:13px;
}

#form_container {
	float:left;
	width:400px;
	margin-top:20px;
	height:auto;
}

#forgot_password {
	width:300px;
	margin:0px auto;
}
.field_name {
	font-size:13px;
}
.field_type input{
	border-color:#7c7c7c;
	color:#797979;
	width:300px;	
}


#submit {
	float:left;
	width:91px;
	height:27px;
	margin:20px auto 0px auto;
}
#forgot_password a {
	float:right;
	font-size:11px;
	color:#666;
	margin-top:30px;
}

#help_img{
	float:left;
	width:300px;
	height:300px;
}
#help_img img {
	margin-top:0px;	
	margin-left:35px;
	border-style:none;
}
#form_msg{
	font-size:12px;
	color:#005288;
}

/*** Popup ***/

#popup {
	position:absolute;
	width:479px;
	height:auto;
	top:60px;
	left:50%;
	margin-left:-220px;
	z-index:10;
}

.popup_top {
	background:url(/images/popup_top.png) no-repeat;
	width:479px;
	height:42px;
}
.popup_top img {
	position:absolute;
	top:23px;
	left:420px;
}
.popup_middle{
	background:url(/images/popup_middle.png);
	width:479px;
	height:auto;
	padding:0px 0px;
}
.popup_bottom{
	background:url(/images/popup_bottom.png) no-repeat;
	width:479px;
	height:46px;
}
#popup_content {
	width:380px;
	min-height:80px;
	margin:0px auto;
	margin-bottom:0px;
}

/*** thank you page ***/

#thank_you {
	float:left;
	width:400px;
	height:auto;	
}

#thank_you img {
	margin-left:20px;	
	margin-top:10px;
}

#thank_you a {
	margin-left:22px;
	font-size:12px;
}
