

body.captcha {
	padding: 0;
	margin: 0;
	font-size: 9px;
	color: #8e8676;
	line-height: 1em;
}

body.captcha pre {
	margin: 0;
}

.comments body.captcha {
	background-color: #E7DF00;
	color: #88891C;
}

.team-person-details body.captcha
{
	background-color: #F9F9F8;
}

.captcha-play {
	background: url(images/captcha-icon.gif) no-repeat center center;
	display: block;
	width: 18px;
	height: 20px;
	text-indent: 40px;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	left: 288px;
	top: 0;
}

.comments .captcha-play {
	background: url(images/captcha-icon-comments.gif) no-repeat center center;
	left: 168px;
}

.form-element-captcha {
	position: relative;
}

.form-element-captcha input.text {
	width: 90px !important;
}

.captcha-frame {
	border: none;
	display: block;
	width: 190px;
	height: 55px;
}