div#recaptcha_area{
	margin-left: 5px;
}
table#recaptcha_table{
	background-color: #f59949;
	border-radius: 5px;
	overflow: hidden;
}
	table#recaptcha_table tr td{
		background: transparent !important;
	}
	table#recaptcha_table .recaptcha_r4_c1{
		background: #C5610A !important;
		border-radius: 5px;
	}
	table#recaptcha_table .recaptcha_r4_c4{
		background: url(rc_logo.png) no-repeat center center !important;
	}
	table#recaptcha_table #recaptcha_reload,
	table#recaptcha_table #recaptcha_whatsthis{
		display: none;
	}
	table#recaptcha_table #recaptcha_whatsthis_btn{
		display: block;
		background: url(help.png) no-repeat center !important;
		height: 16px;
	}
	table#recaptcha_table #recaptcha_reload_btn{
		display: block;
		background: url(refresh.png) no-repeat center !important;
		height: 17px;
	}