/*styles for the recaptcha widget*/
#recaptcha_image {
	width: 300px;
	height: 57px;
	margin-right: 12px;
	float:left;
}

#recaptcha_background {
	background: url(/FILE/Apps/FixedRoute/CustomerInfo/images/captcha-background.gif) no-repeat scroll transparent;
	padding-left: 9px;
	padding-top: 7px;
	width:425px;
	height: 100px;
}

#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;
}