/*
img { 
	behavior: url(iepngfix.htc); 
}
*/
.captcha {
	height: 106px;
	width: 385px;
	margin: -10px 0 2em 0;
	border: 1px solid #bbb;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.captchaWrapper {
	position: relative;
	height: 106px;
	width: 385px;
}
a.captchaRefresh:link, a.captchaRefresh:visited, a.captchaRefresh:active {
	background: url('images/bwm-captcha.png') -265px -170px no-repeat;
	width: 88px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
}
a.captchaRefresh:hover {
	background: url('images/bwm-captcha.png') -265px -187px no-repeat;
	width: 88px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
}
.targetWrapper {
	position: absolute;
	width: 84px;
	height: 79px;
	left: 295px;
	top: 21px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.captchaFail {
	background: #FF2D08;
	border: 1px solid #FF2D08;
}
.captchaSuccess {
	background: #BBE13C;
	border: 1px solid #BBE13C;
}
.target {
	background: url('images/bwm-captcha.png');
	width: 56px; 
	height: 55px; 
	margin: 13px auto 0 auto;
}
.draggable {
	background: url('images/bwm-captcha.png');
	position: absolute;
	z-index: 1000;
	width: 56px;
	height: 55px;
	top: 35px; 
	cursor: move;
}
