#recaptcha_image,  
#recaptcha_image img   
{  
    width: 237px !important;  
    cursor: pointer;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}  
/*#recaptcha_image img:hover  
{  
    position: absolute;  
    width: 300px !important;  
} */ 
.recaptcha_only_if_image,  
.recaptcha_only_if_audio  
{  
    display: block;  
}

#recaptcha_widget{
	padding:5px;
	background:#DFDFDF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.recaptcha_r4_c1{
	background: url(http://www.google.com/recaptcha/api/img/white/sprite.png) no-repeat -43px 0 ; 
	height: 49px; 
	width: 171px;
	float:left;
	margin-top:5px;
}

.recaptcha_l4{
	float:left;
	margin:5px 0 0 8px;
	width:25px;
}

.recaptcha_input_area{
	width:146px;
	height:45px;
	margin:4px 5px 0 20px;
}

.recaptcha_only_if_image, .recaptcha_only_if_audio{
	font-family:helvetica !important;
	font-size:11px !important;
	color:#000000 !important;
}