#recaptcha_widget
{
	clear: left;
}

#recaptcha_image
{
	margin: 0 auto;
}

.recaptcha_image_container
{
	background-color: #FFF;
	height: 75px;
	position: relative;
	border-radius: 3px;
}

.recaptcha_response_form_style
{
	width: 100%;
	border: 1px solid #111;
	text-align: left;
	background: #FFF; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	background-position: top;
	font-size: 14px;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	border-radius: 3px;
	outline: none;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5), inset 1px 2px 8px rgba(0, 0, 0, 0.25);
}
	
.recaptcha_bottom_container
{
	text-align: left;
	margin-bottom: 10px;
	margin-top: 15px;
	position: relative;
}

.recaptcha_new_image
{
	float: right;
	position: absolute;
	right: 0px;
	z-index: 999;
	background: orangeRed;
	height: 75px;
	top: 0px;
}

.recaptcha_new_image a
{
	height: 75px;
	line-height: 85px;
	width: 50px;
	display: inline-block;
	text-align: center;
}

.captchaLabel
{
	margin-bottom: 50px;
	border: 1px dashed #3FC;
}

#recaptcha_image
{
	padding-top: 10px;
}