#custom_recaptcha_widget
{
	border:1px solid #eee;
	padding:10px;
	-webkit-box-shadow:  2px 2px 4px 1px rgba(125, 125, 125, .1);
	box-shadow:  2px 2px 4px 1px rgba(125, 125, 125, .1);
	width:100%;
	margin:10px 0px;
}
#recaptcha_image
{
	margin-bottom:10px;
}
.recaptcha_link_wrapper
{
	margin-top:10px;
	display:block;
	position:relative;
}
.recaptcha_link
{
	border:1px solid #ccc;
	padding:5px;
	margin:5px 3px;
	float:left;
	-webkit-box-shadow:  1px 1px 2px 1px rgba(125, 125, 125, .2);
	box-shadow:  1px 1px 2px 1px rgba(125, 125, 125, .2);
	background-color:#efefef;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	cursor:pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.recaptcha_link:hover
{
	background-color:#c0c0c0;

}
.recaptcha_link a
{
	font-weight:bold;
	text-decoration:none;
}
.recaptcha_only_if_incorrect_sol
{
	font-weight:bold;
}