

body.captcha {
	padding: 0;
	margin: 0;
	font-size: 10px;
	background: #fff url(images/content_bg.png) repeat-y -331px 0;
	color: #503112;
}

body.captcha pre {
	margin: 0;
}

.captcha-play {
	background: url(images/captcha_icons.png) no-repeat left top;
	display: block;
	width: 29px;
	height: 33px;
	text-indent: 30px;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	left: 378px;
	top: 0;
}

.captcha-frame {
	border: none;
	display: block;
	width: 270px;
	height: 75px;
}

.form-element-captcha {
	position: relative;
}

.form-element-captcha input.text {
	width: 210px;
}