
div.captcha input {
	height: 39px;
	width: 100px;
	font-size: 40px;
	font-family: Courier New, monospace;
	font-weight: bold;
	padding: 2px;
	float: none !important;
	vertical-align: top;
	text-transform: uppercase;
}

div.captcha div.arrow {
	margin: 0 35px 0 35px;
	background: url(captcha.arrow.png) no-repeat left top;
	width: 48px;
	height: 45px;
	line-height: 45px;
	vertical-align: top;
}

div.captcha img {
	vertical-align: top;
}

div.captcha div.form_element_wrapper {
	width: 106px;
	overflow: hidden;
}

div.captcha div.refresh {
	margin-top: 3px;
}
