
a
{
	text-decoration:none;
}
td.r
{
	text-align:left;
	padding-right:5px;
}

.captcha
{
	background-image: url(captcha/background/noise-1.png);
	width:150px;
	height:35px;
	margin-left:10px;
	background-color: #FFCC00;
}



.input
{
	width:250px;
	height:20px;
	border:1px solid #068f41;
	background-color:#FFFFFF;
	color:#000000;
}
.textarea
{
	width:250px;
	height:150px;
	background-color:#FFFFFF;
	color:#9A9C88;
}
.submit
{
	width:auto;
	padding:5px;
	border:1px solid #068f41;
	background-color:#000000;
	color:#FFFF00;
	font-weight:bold;
	text-align:center;
}

.input:hover, .textarea:hover, .input:focus, .textarea:focus
{
	background-color:#FFFFCC;
}