/* Real Person jQuery plugin styles v1.0.0 */
.realperson-challenge {
	position:relative;
	display: inline;
	color: #000;
	font-size: 4px;
	font-weight: bold;
	line-height: 1px;
	white-space: pre;
	width:100px;
	
}
.realperson-text 
{
	position:relative;
	display:inline;
	font-family: "Courier New",monospace;
	letter-spacing: -1px;
}
.realperson-regen 
{
	display:none;
	width: 100%;
	padding-top: 4px;
	font-size: 200%;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { /* Opera only */
	.realperson-regen {
		font-size: 150%;
	}
}

