/* @group cpsCaptcha */
.hide {
	display: none;
}
.cpsCaptchaOverlay {
	background: #000;
	bottom: 0;
	filter: alpha(opacity=30);
	opacity: 0.3;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}
.cpsCaptcha {
	height: 119px;
	position: absolute;
	width: 255px;
	z-index: 9999;
}
.cpsCaptcha > div {
	background: url(img/bg.png) no-repeat;
	position: relative;
	height: 119px;
	width: 255px;
}
.cpsCaptcha .pointer {
	height: 11px;
	position: absolute;
	width: 16px;
}
.cpsCaptcha.tl .pointer {
	background: url(img/pointerTop.png) no-repeat center top;
	left: 10px;
	top: -9px;
}
.cpsCaptcha.tr .pointer {
	background: url(img/pointerTop.png) no-repeat center top;
	left: auto;
	right: 10px;
	top: -9px;
}
.cpsCaptcha.bl .pointer {
	background: url(img/pointerBottom.png) no-repeat center top;
	bottom: 1px;
	left: 10px;
	top: auto;
}
.cpsCaptcha.br .pointer {
	background: url(img/pointerBottom.png) no-repeat center top;
	bottom: 1px;
	left: auto;
	right: 10px;
	top: auto;
}
.cpsCaptcha img {
	left: 53px;
	position: absolute;
	top: 21px;
}
.cpsCaptcha label {
	color: #6F6C6C;
	font-size: 11px;
	font-weight: normal;
	height: 14px;
	left: 0;
	line-height: 13px;
	padding: 8px 6px;
	position: absolute;
	text-align: center;
	text-transform: none;
	top: 0;
	width: 150px;
}
.cpsCaptcha label.error {
	color: #FF0000;
}
.cpsCaptcha input {
	background: #FFF;
	border: 1px solid #B5B5B5;
	color: #707070;
	float: left;
	font-family: tahoma,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	margin-right: 5px;
	padding: 7px 5px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
}
.cpsCaptcha input:focus {
	border-color: #19B0E3;
}
.cpsCaptcha > div > span {
	left: 16px;
	position: absolute;
	top: 70px;
	width: 221px;
}
.cpsCaptcha .refresh,
.cpsCaptcha .submit {
	background: url(img/buttons.png) no-repeat;
	cursor: pointer;
	float: left;
	height: 25px;
	margin-top: 3px;
	text-indent: -9999px;
	width: 25px;
}
.cpsCaptcha .refresh {
	margin-right: 5px;
}
.cpsCaptcha .submit {
	background-position: right top;
	width: 24px;
}
/* @end */

