/* NEW CSS FOR CAPTCHA CODES */

#imgCaptcha {
	margin-top: 4px;
}
#CaptchaControl {
	margin-bottom: 3px;
}
#CaptchaControl input {
	width: 60px;
	height: 20px;
}
#captcha-control-invalid {
	color: red;
	font-size: 11px;
}
