/* Real Person jQuery plugin styles v1.0.1. */
.realperson-challenge {
	display: block;
	color: #000;
	width:210px;
	overflow:hidden;
	margin:0 0 3px 0;
	padding:0 0 0 0;
}
.realperson-text {
	font-family: "Courier New",monospace;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
	width:165px;
	float:left;
	cursor:pointer;
	padding:3px 0 0 0;
	color:#092b47;
}

.realperson-regen {
	padding-top: 0px;
	font-size: 10px;
	float:right;
	text-align: center;
	cursor: pointer;
	background:url(../images/act-captcha.png) no-repeat 0% 0%;
	height:27px;
	width:30px;
	text-indent:-666em;
}

.realperson-regen:hover {
	background-position:0% 102%
}

#defaultReal{
	border:none;
	background:transparent;
	margin:1px 0 0 0;
	height:20px;
	width:200px;
	padding:4px 0 0 0;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	color:#847f79;
}

#cont_txt_filds_capt{
	width:200px;
	margin:0 0 0 11px;
}

#back_sender_fields_capt{
	height:60px;
	width:200px;
	background:url(../images/back-txt-field.png) repeat-x 0% 110%;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#847f79;
	padding:0 0 0 0;
}

#txt_border-i_capt{
	height:60px;
	width:200px;
	padding:0 0 0 17px;
	background:url(../images/border-i.png) no-repeat 0% 110%;
}

#txt_border-d_capt{
	height:60px;
	width:200px;
	padding:0 17px 0 0;
	background:url(../images/border-d.png) no-repeat 100% 110%;
}

.accepted { padding: 0.5em; border: 2px solid green; }
.rejected { padding: 0.5em; border: 2px solid red; }