/* CAPTCHA */
#CAPTCHAform {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 311px;
	height: 122px;
	background: url('captcha-bg.png') no-repeat;
}

#CAPTCHAimg {
	position: absolute;
	width: 165px;
	height: 50px;
	left: 10px;
	top: 5px;
}

#CAPTCHArefresh {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 185px;
	top: 6px;
}


#CAPTCHAhelp {
	position: absolute;
	width: 32px;
	height: 40px;
	right: 0px;
	top: 0px;	
}

#CAPTCHAinput {
	position: absolute;
	border: 1px #000000;
	width: 165px;
	left: 10px;
	top: 60px;	
}
#CAPTCHAmessage {
	position: absolute;
	width: 290px;
	left: 10px;
	top: 90px;
	font-size: 10px;
}