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

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

#site_captcha_error_text{
	color:#000000; 
	font-family:tahoma; 
	font-size:11px;
	margin-top:17px; 
	text-align:center;
	padding-bottom:10px;
}
#site_captcha_body_copy{
margin-top:10px;
}
#site_captcha_codimg{
	border:1px solid #666666; 
	width:302px;
	font-family:tahoma; 
	font-size:11px;
	margin:auto;
	height:59px;
}
#site_captcha_btn_container{
margin-top:10px;
	text-align:center; 
	width:auto;
	z-index:1500;
}

.site_captcha_btn{

	background-color:#C7020D;
	border-left:1px solid #E01A1A;
	border-bottom:1px solid #AA0000;
	border-right:1px solid #AA0000;
	border-top:1px solid #E01A1A;

	color:#FFFFFF; 
	font-family:tahoma; 
	font-size:11px; 
	font-weight:bold;

	height:18px;
	padding: 0px 2px 2px 2px; 
	text-transform:uppercase; 
	
	margin-left:10px;
	overflow:visible;
}

#site_captcha_top
{
	width:480px;
	padding:0px;
	margin:0px;
	height:2px;
	background-color:#C8020C
}
#site_captcha_bottom_left{
	height:5px;
	width:2px;
	float:left;
	background:url(../images/site_captcha_btm_left.gif) bottom;
}
#site_captcha_bottom_center{
	height:5px;
	width:476px;
	float:left;
	background:url(../images/site_captcha_btm_bg_rptr.gif) repeat-x bottom;
}

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

.site_captcha_field_txt {
	color:#000000; 
	font-family:tahoma; 
	font-size:11px;

	width:150px;
	float:left;
	padding-right:10px;
	text-align:right;
	}
.site_captcha_field_txtbox {
	float:left;
	width:auto;
	text-align:right;
	}
.clr { clear:both;}