img.captcha
{
	border:1px solid #D15E00;
	height:30px;
}

.captchaInputField
{
	background-color:#c8c8c8;
	padding-left:10px;
	margin-bottom:4px;
	width:120px;
	height:28px;
	border-top:0px;
	border-left:0px;	
	border-bottom: #5b0657 1px solid;
	border-right: #5b0657 1px solid;	
	color: #292929;
    font-size:16px;
    font-weight:bold;
	text-align:center;
	letter-spacing:2px;	
}

span.captcha
{
	cursor:pointer;
	color:#900;
	font-size:25px;
}