

body.captcha {
	padding: 0;
	margin: 0;
	font-size: 10px;
	background-color: #fff;
	color: #000;
}

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: 374px;
	top: 3px;
}

.captcha-frame {
	border: none;
	display: block;
	width: 270px;
	height: 75px;
}