/*re-captcha resizing css by Ash Harrison/DeviBrigard*/
#recaptcha_widget_div{
	overflow:hidden;
	margin:0 auto;	
}
/*change .recaptcha_theme_white to reflect your selected theme. this will determine the colour of your buttons*/ 
#recaptcha_image img, #recaptcha_image , #recaptcha_widget_div, div#recaptcha_area, table#recaptcha_table.recaptchatable.recaptcha_theme_white, table#recaptcha_table.recaptchatable.recaptcha_theme_white tbody, table#recaptcha_table.recaptchatable.recaptcha_theme_white tr, td.recaptcha_r1_c1, td.recaptcha_r2_c1, td.recaptcha_image_cell, td.recaptcha_r2_c2, td.recaptcha_r3_c2{
	width:204px !important;/*change this to your desired width. Percentage widths will not work, unfortunately. 204px is recommended, anything less than 192 will cut off the buttons*/
	background-color:transparent !important;
	background-image:none !important;
}
td.recaptcha_r1_c1,td.recaptcha_r2_c1, td.recaptcha_r2_c2, td.recaptcha_r3_c1, td.recaptcha_r3_c3, td.recaptcha_r4_c2, td.recaptcha_r4_c4, td.recaptcha_r7_c1, td.recaptcha_r8_c1{
	width: 0 !important;
	height: 0 !important;	
	background-color:transparent !important;
	background-image:none !important;
}
td.recaptcha_r4_c1{	
	background-color:transparent !important;
	background-image:none !important;
}
#recaptcha_div{
	width: 204px !important;
	float: left;
}

.contact-form #recaptcha_div #recaptcha_table{
	width: 204px!important;
}
.recaptchatable #recaptcha_image {
	width: 204px!important;
	float:left;
}
.recaptcha_theme_red #recaptcha_response_field {
	border: 1px solid #cccccc!important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	height: 30px;
}
