img { 
	behavior: url(iepngfix.htc); 
}
.instructions {
	width: 215px;
	padding: 2.5px 5px;
	color: #FFFFFF;
}
.captchaWrapper {
	background: url('images/bwm-captcha.png') 0 -102px no-repeat;
	position: relative;
	width: 216.5px;
	height: 56px;
}
a.captchaRefresh:link, a.captchaRefresh:visited, a.captchaRefresh:active {
	background: url('images/bwm-captcha.png') -132.5px -85px no-repeat;
	width: 44px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 7.5px;
	display: block;
}
a.captchaRefresh:hover {
	background: url('images/bwm-captcha.png') -132.5px -93.5px no-repeat;
	width: 44px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 7.5px;
	display: block;
}
.targetWrapper {
	position: absolute;
	width: 65px;
	height: 39.5px;
	left: 147px;
	top: 10.5px;
}
.captchaFail {
	background: url('images/bwm-captcha.png') 0 -61px no-repeat;
	width: 66px;
	height: 41px;
}
.captchaSuccess {
	background: url('images/bwm-captcha.png') -66px -61px no-repeat;
	width: 66px;
	height: 41px;
}
.target {
	background: url('images/bwm-captcha.png');
	width: 28px; 
	height: 27.5px; 
	margin: 6.5px auto 0 auto;
}
.draggable {
	background: url('images/bwm-captcha.png');
	position: absolute;
	z-index: 5000;
	width: 28px;
	height: 27.5px;
	top: 17.5px; 
	cursor: move;
}