.divCaptcha {
	float: left;
	height: 220px;
	width: 433px;
	background-image: url('images/captcha_back.png');
	background-repeat: no-repeat;
	padding-top: 1px;
}
.rcCaptchaAudioLink {
	margin-left: 20px;
	font-size: 16px;
	float: left;
	color: White;
	display: block;
	line-height: 1.5em;
	background-image: url('images/audio_but.png');
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 40px;
	margin-top: 12px;
	width: 120px;
}
.rcCaptchaAudioLink:hover {
	color: #F0F0F0;
}
.rcCaptchaImage {
	float: left;
}
.qsfPanel {
	float: left;
	margin-left: 20px;
}
.errorMessage {
	margin-left: 30px;
	line-height: 20px;
}

.qsf-wrapper a.rcCaptchaAudioLink {
	color: #fff;
}

#audioCaptchaExample.demo-container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}