/*captcha*/
fieldset{
	border: none;
}
#doCaptcha{
	position: relative;
	height: 80px!important;
	height: 84px;
}
#doCheckout #doCaptcha p{
	border: none;
}
#doCaptcha p.bold{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#doCaptcha p.captchaItem{
	position: absolute;
	top: 7px;
	text-align: center;
}
#doCaptcha p.captchaImg, .captchapict{
	left: 0;
	width: 78px;
	height: 48px;
	border: 1px solid #CDCCCC;
}
#doCaptcha p.captchaMsg{
	top: 5px;
	left: 0;
	padding: 0 85px;
	width: 120px;
	line-height: 16px;
	text-align: center;
	font-size: 11px;
	font-weight:normal;
}
#doCaptcha p.captchaError, #doCaptcha .error{
	top: 55px;
	left: 0;
	font-weight: bold;
	font-style: italic;
	color: #c00;
}
#doCaptcha p.captchaInput{
	right: 0;
	width: 80px;
	height: 50px;
}
#doCaptcha p.captchaInput .errorMessage{
	top: 0;
	right: 0;
	text-align: center;
}
#doCaptcha p.captchaInput input{
	padding: 10px 5px;
	width: 68px;
	height: 28px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border:1px solid #CDCCCC;
	background:none;
	background-color:#fff;
}

#doCaptcha p.captcha_refresh{
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
}
#doCaptcha p.captcha_refresh input{
	background: url(/images/captcha/refresh.png) 0 0 no-repeat;
	border: none;
	width: 16px;
	height: 16px;
	text-indent: -5000px;
	font-size: 0;
	cursor: pointer;
	position:absolute;
	top:-22px;
	left:100px;
}
#doCaptcha p.captcha_refresh input.working{
	background: url(/images/captcha/working.gif) 0 0 no-repeat;
}

