/* Real Person jQuery plugin styles v1.1.0. */
.realperson-challenge {
	display: block;
	color: #000;
}
.realperson-text {
    background: url("../images/captcha_tex.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #333333;
    float: left;
    font-family: "Courier New",monospace;
    font-size: 10px;
    font-weight: normal;
    height: 45px;
    letter-spacing: -4px;
    line-height: 3px;
    padding: 5px 0 0 0px;
    position: relative;
    top: 4px;
    width: 30%;
    z-index: 99;
}
.realperson-regen {
    background: url("../images/reload-icon.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    font-size: 12px;
    height: 30px;
    padding-top: 4px;
    position: relative;
    text-align: center;
    text-indent: -9999em;
    top: 18px;
    width: 5%;
    z-index: 99;
	border: none;
}
.hasRealPerson {
    float: left;
    width: 100%;
	border:none;
	height:44px;
	background:#F0EDE5;
	border-radius:4px;
	padding-left: 32%;
	border: none;
}
.hasRealPerson:focus{
background:#D3FFAD;
}
.leadingRegisterFormField1:focus{
background:#D3FFAD;
}
