/* CSS Document */
#error_msg_overlay_container
{
	display:none;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:999;
	padding:0px;
	margin:0px;
	position:absolute;
}
#error_msg_overlay{
	background: url(../images/overlay.png) repeat;
	position:absolute;
	z-index:1000;
	left:0px;
	top:0px;
	
}
#error_msg_container_copy{
	width:434px;
	height:100%;
	border-left:2px solid #C8020C;
	padding:14px 23px 12px 23px;
	background:url(../images/error_right_bg_rptr.gif) repeat-y right;
	background-color:#ffffff;
	
}
#error_msg_container { 
	width:483px;
	position:absolute;
	z-index:1001;
	float:left;
}
	
#error_msg_heading{ 
	color:#C8020C; 
	font-family:Georgia; 
	font-size:14px; 
	font-weight:bold;
	margin-bottom:14px;
	text-align:center; 
	width:100%;
	text-transform:uppercase;
}

#error_msg_sub_heading{ 
	color:#666666; 
	font-family:tahoma; 
	font-size:12px; 
	font-weight:bold;
	margin-bottom:17px;
}

#error_msg_body_copy{
	color:#000000; 
	font-family:tahoma; 
	font-size:11px; 
}

#error_msg_btn_container{
	margin-top:20px;
	text-align:center; 
	width:100%;
	z-index:1500;
	
}
#error_after_body_container{
	margin-top:36px;
	text-align:center; 
	width:100%;
	z-index:1500;

}

.error_msg_btn{
	border-left:1px solid #E01A1A;
	border-top:1px solid #E01A1A;
	border-right:1px solid #AA0000;
	border-bottom:1px solid #AA0000;
	background-color:#C7020D;
	font-family:tahoma;
	font-weight:bold;
	font-size:11px; 
	color:#FFFFFF; 
	text-transform:uppercase;
	overflow:visible;
	margin-right:10px;

}

#error_msg_top
{
	width:480px;
	padding:0px;
	margin:0px;
	height:2px;
	background-color:#C8020C
}
#error_msg_bottom_left{
	height:5px;
	width:2px;
	float:left;
	background:url(../images/error_btm_left.gif) bottom;
}
#error_msg_bottom_center{
	height:5px;
	width:476px;
	float:left;
	background:url(../images/error_btm_bg_rptr.gif) repeat-x bottom;
}

#error_msg_bottom_right{
	width:4px;
	height:5px;
	float:left;
	background:url(../images/error_btm_right.gif) right;
}

#error_msg_iframe
{
position:absolute;
z-index:-1000;
left:2px;
top:2px;
}

#mobilContainer{
	width:100%;
	margin-top:20px;
	text-align:center;
}
#mobileContentContianer{
	margin:0px auto;
	width:45%;
}
#mobileText{
	margin:0px auto;
	float:left;
	width:auto;
	font-size:11px;
	font-family:tahoma;
	font-weight:bold;
	padding-top:4px;
}
#mobileText{
	margin:0px auto;
	float:left;
	width:auto;
}
#mobileTextBox{
	width:80px;
}

/*CSS for forgot password HTML*/
.forgotPWDEmailContainer{
	width:100%;
	margin-top:20px;
	text-align:center;
}
.resetPWDEmailContainer{
	width:75%;
	margin-top:5px;
	text-align:center;
}
.forgotPWDEmailControlContainer{
	margin:0px auto;
	width:100%;
}

.forgotPWDEmailText{
	margin:0px;
	padding:0px;
	float:left;
	width:100px;
	text-align:right;
	font-size:11px;
	font-family:tahoma;
	padding-top:2px;
}
.resetPWDEmailText{
	margin:0px;
	padding:0px;
	float:left;
	width:130px;
	text-align:right;
	font-size:11px;
	font-family:tahoma;
	padding-top:2px;
}
.pwdEmailID{
	margin-left:2px;
	margin-right:10px;
}
#forgotPWDErrorText{
	margin:10px 0px 0px 0px;
	font-size:11px;
	font-family:tahoma;
	color:#C8020C;
	visibility:hidden;
}
.forgotPWDEmailcontrolDiv{
	padding:0px;
	font-size:11px;
	font-family:tahoma;
	text-align:left;
}
