#AccountVerificationWrapper { border:1px solid #D7D7D7; overflow:hidden; zoom:1; background-color:#FFFFFF; } 
#AccountVerificationWrapper .inner #formContainerObj { width:340px; overflow:hidden; float:left; margin-right:5px; }
#AccountVerificationWrapper .inner #formContainerObj .formContainer { width:340px; margin:10px; overflow:hidden; zoom:1; }
#AccountVerificationWrapper .inner #formContainerObj .formContainer #SecurityFormHeader { padding-bottom:3px; border-bottom:1px solid #D7D7D7; margin-bottom:5px; }
#AccountVerificationWrapper .inner #formContainerObj .formContainer #SecurityFormMsg { margin-bottom:5px; } 
#AccountVerificationWrapper .inner #formContainerObj .formContainer form { width:330px; text-align:left; margin:0; padding:0; }
#AccountVerificationWrapper .inner #formContainerObj .formContainer .buttonContainer { text-align:left; }
#AccountVerificationWrapper .inner #instructionContainerObj { width:200px; overflow:hidden; float:right; border-left:1px solid #D7D7D7; background-color:#F5F5F5; }
#AccountVerificationWrapper .inner #instructionContainerObj .Instructions { margin:10px; overflow:hidden; zoom:1; } 
#AccountVerificationWrapper .inner #instructionContainerObj .Instructions .item { margin-bottom:10px; }
#AccountVerificationWrapper .inner #instructionContainerObj .Instructions .item .itemContent { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#909090; }
#AccountVerificationWrapper .inner #instructionContainerObj .Instructions .item .itemForm form { width:200px; text-align:left; margin:0; padding:0; }
#AccountVerificationWrapper .inner #instructionContainerObj .Instructions .item .itemForm .buttonContainer { text-align:left; }
.title { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#666666; } 
.formHeading { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#333333; text-transform:capitalize; }
.formMessage { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; } 
.requiredIcon { display:none !important; }
.fieldContainer input.text, .fieldContainer input.password { 
	border-color:#BFBFBF !important; 
	background-color:#FAFAFA !important; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666 !important;
} 

div.captcha {
	background-image:url('/common_scripts/images/captcha/captcha_background.gif');
	background-position:left top;
	background-repeat:no-repeat;
	width:312px;
	height:154px;
	margin-top:10px; 
}
div.captcha label { 
	font-weight:normal !important;
	color:#333333 !important;
	margin:5px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px;
}

div.captcha #captcha_wrapper { position:relative; overflow:hidden; }
div.captcha #captcha_wrapper #captcha_image { border:1px solid #C7C7C7; width:300px; overflow:visible; margin:0 auto; }
div.captcha #captcha_wrapper #captcha_image img { display:block; padding:0; margin:0; }
div.captcha #captcha_wrapper #captcha_hint {
	margin:5px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

div.captcha #captcha_wrapper #captcha_controls { padding:0 5px; overflow:hidden; } 
div.captcha #captcha_wrapper #captcha_controls #captcha_field { float:left; width:130px; }
div.captcha #captcha_wrapper #captcha_controls #captcha_field input { width:130px; height:20px !important; background-color:#FFFFFF !important; border:1px solid #C7C7C7 !important; }


div.captcha #captcha_wrapper #captcha_controls #captcha_buttons { float:left; width:166px; margin-left:5px; }
div.captcha #captcha_wrapper #captcha_controls #captcha_refresh_button { display:block; float:left; width:106px; }
div.captcha #captcha_wrapper #captcha_controls #captcha_refresh_button a { 
	display:block;
	background-image:url('/common_scripts/images/captcha/captcha_refresh.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	width:106px;
	height:0;
	padding-top:22px;
	overflow:hidden;
}

div.captcha #captcha_wrapper #captcha_controls #captcha_help_button { display:block; float:left; width:60px; }
div.captcha #captcha_wrapper #captcha_controls #captcha_help_button a { 
	display:block;
	background-image:url('/common_scripts/images/captcha/captcha_help.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	width:60px;
	height:0;
	padding-top:22px;
	overflow:hidden;
}


div.captcha #captcha_wrapper #captcha_instructions {
	width:290px;
	height:55px;
	background-color:#FFFFFF;
	position:absolute; 
	top:0; 
	left:5px; 
	border:1px solid #C7C7C7;
	padding:5px;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
} 