/* Real Person jQuery plugin styles v1.1.1. */
.realperson-challenge {
	display: block;
	color: #000;	
    padding: 10px 0;
}
.realperson-text {
	font-family: "Courier New",monospace;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
	float:left;
}
.realperson-regen {
	font-size: 15px;
	text-align: left;
	cursor: pointer;
	margin-left: 10px;
	display: inline-block;
}
.realperson-disabled {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
	cursor: default;
}
.whatthis-help {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    max-width: 445px;
    width: 270px;
}
.col-right
{
    position: relative;
    }

.col-right > a {
    display: inline-block;
    font-size: 15px;
    left: 290px;
    margin-left: 5px;
    position: absolute;
    top: 14px;
    width: 90px;
}
.col-right.realperson {
    position: relative;
}
.col-right > span.entercode2 {
    border: 0 none;
    bottom: 2px;
    left: -95px;
    position: absolute;
}
.hasRealPerson
{
    text-transform: uppercase;
    }