/*styles for the recaptcha widget*/
#recaptcha_widget{
}


#recaptcha_image {
	margin-right: 12px;
	float:left;
	max-width:100% !important;
}

#recaptcha_challenge_image{
	max-width: 100% !important;
}

#recaptcha_background {
/*	background: url(/public/Apps/FixedRoute/CustomerInfo/images/captcha-background.gif) no-repeat scroll transparent;*/
	background-color: #FFE4B5;
	padding: 15px;
	border-radius: 15px;
	max-width: 425px;
}

#recaptcha_options {
	margin-bottom: 6px;
	
}

#recaptcha_options a {
	color: #55555;
	font-family: Arial,Helvetica,sans-serif;
	font-size: .8em;
	font-weight: bold;	
	text-decoration: underline;
	line-height: 18px;
}

.error_message {
	color: #FF0000;
	font-weight: normal;
}