/* Real Person jQuery plugin styles v1.1.1. */
.realperson-challenge {
	display: block;
	color: #000;
}
.realperson-text {
	font-family: "Courier New",monospace;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
	float:left;
	margin:0 15px;
}
.realperson-regen {
	padding-top: 4px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	float:left;
}
.realperson-disabled {
	opacity: 0.5;
	/*filter: Alpha(Opacity=50);*/
}
.realperson-disabled .realperson-regen {
	cursor: default;
}
#defaultReal {
	float:left;
	margin-left:15px;
	width:80px;
}
.campo_captcha {
	float:left;
	width:92%;
	height:auto;
	margin-top:15px;
}
.captcha_label {
	float:left;
	font-size:14px;
	font-family: "Gentium Basic", "Times New Roman", Times, serif;
}
.captcha_code {
	height: 25px;
	padding-left: 5px;
	border: 1px solid #eaeaea;
	font-family: "Gentium Basic", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #626262;
	font-weight: normal;
	line-height: 21pt;
	background-color: #FFF;
	
}