/* Real Person jQuery plugin styles v2.0.1. */
.realperson-challenge {
	display: block;
	color: #0E2740;
}
.realperson-text {
	font-family: "Courier New",monospace !important;
    text-align:center;
	font-size: 7px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
    padding: 5px;
    padding-bottom:20px;
    border: 1px solid #215c83;
    border-radius : 20px;
}
.realperson-regen {
	padding-top: 0px;
    margin-top:-17px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
    background:#ff6a00;
    color:#ffffff;
    border-bottom-left-radius: 1.2em;
     border-bottom-right-radius: 1.2em;
}
.realperson-disabled {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
	cursor: default;
}
