*
{
	padding:0px;
	margin:0px;
}
body, td, th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1
{
	font-size: 16px;
	color: #0000CC;
	padding-bottom:10px;
}
h1.error
{
	color:#FF0000;
}

.wrapper
{
	margin:20px auto 20px auto;
	width:600px;
}

a
{
	text-decoration:none;
}
td.r
{
	text-align:left;
	padding-right:5px;
	width:150px;
	font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#463936;
}
td
{
	vertical-align:top;
	padding-bottom:10px;
}
.captcha
{
	background-image: url(captcha/background/noise-1.png);
	width:150px;
	height:35px;
	background-color: #FFCC00;
}



.input
{
	width:230px;
	height:20px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	color:#000000;
}
.textarea
{
	width:230px;
	height:150px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	color:#000000;
	resize:none;
}
.submit
{
     width:auto;
	padding:5px;
	border:1px solid #fff;
	background:url(img/submit-button.png) no-repeat; width:91px; height:33px; display:block; font-size:15px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
	padding-bottom:10px;
	
}

.input:hover, .textarea:hover, .input:focus, .textarea:focus
{
	background-color:#f7f7f3;
}