.cpscaptcha-wrapper {
	color: #848482;
	font-family: trebuchet MS;
	font-size: 12px;
	height: 91px;
	padding: 13px 15px 10px;
	position: absolute;
	z-index: 99999;
}
.cpscaptcha-wrapper.tl {
	background: url(_img/backgroundTL.png) no-repeat;
}
.cpscaptcha-wrapper.tr {
	background: url(_img/backgroundTR.png) no-repeat;
}
.cpscaptcha-wrapper.bl {
	background: url(_img/backgroundBL.png) no-repeat;
}
.cpscaptcha-wrapper.br {
	background: url(_img/backgroundBR.png) no-repeat;
}
.cpscaptcha-wrapper label {
	display: block;
	padding: 0 0 3px;
}
.cpscaptcha-wrapper img {
	display: block;
	margin-bottom: 5px;
}
.cpscaptcha-wrapper .refresh {
	background: url(_img/refresh.png) no-repeat;
	display: block;
	float: left;
	height: 18px;
	margin-right: 6px;
	width: 18px;
}
.cpscaptcha-wrapper input {
	border: 1px solid #d6d4d2;
	color: #5f5e5d;
	float: left;
	font-family: trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	margin-right: 6px;
	padding: 0 4px;
	text-align: center;
	width: 57px;
}
.cpscaptcha-wrapper input:focus {
	border-color: #acdeff;
}
.cpscaptcha-wrapper .submit {
	background: url(_img/confirm.png) no-repeat;
	color: #848482;
	float: left;
	height: 18px;
	padding-left: 24px;
	text-decoration: none;
}