/* Real Person jQuery plugin styles v2.0.1. */
.realperson-challenge {
	display: block;
	color: #000;
}
.realperson-text {
	font-family: "Courier New",monospace !important;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
	border:1px solid #ccc;
	padding:7px;
	float:left;
	background:#eee;
	margin-bottom:15px;
}
.realperson-regen {
	padding-top: 4px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	float:left;
	margin:0 10px;
	padding:8px 15px 8px 35px;
	color:#fff;
	background:url("/images/reload.png")#0099d8 center left 8px no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.realperson-regen:hover {
	background:url("/images/reload.png")#20b9f8 center left 8px no-repeat;
	}

.realperson-disabled {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
	cursor: default;
}

#captcha-error{
	padding:5px;
	color:red;
	font-weight:600;
	display:none;
	margin:0;
	}