/* Real Person jQuery plugin styles v2.0.1. */

.box-captcha {
	display: inline-block;	
	float: left;
	width: 290px;
	padding: 4px; 
	border: none;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.4);
}
.box-captcha small {
	display: inline-block;
	width: 100%;
	float: left;
	padding: 5px 4px 4px 4px;
	background: #f3f3f3;
	color: #233E5F;
	margin-bottom: 5px;
	text-align: center;
}

.realperson-challenge {
	float: left;
	display: inline-block;	
	color: #000;
	padding: 4px;
	color: #233E5F;
	width: 150px;
}
.realperson-text {
	font-family: "Courier New",monospace !important;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
	color: #666;
	float: left;
	width: 100%;
}
.realperson-regen {
	padding-top: 4px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	color: #333;
	float: left;
	width: 100%;
}
.realperson-disabled {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
	cursor: default;
}
input[name="captcha"] {
	float: left;
	width: 110px;
	padding: 0;
	text-align: center;
    line-height: 40px;
    color: #233E5F;
    height: 44px;
    font-size: 1.2rem;
    border: solid 1px #CCC;
    text-transform: uppercase;
    font-size: 24px;
}
