.commentform_error_field
{
	height:20px;
}	
.commentform_error_field span
{
	color:red;	
}
.commentform_validator
{
	display:none;
}
.commentform_content
{
	width:500px;
	font-size:0.9em;
	background:#FFF;
	color:#333;
}
.commentform_content a
{
	color:#000;
	background:#f5ddff;
	text-decoration:none;
}
.commentform_content a:hover
{
	color:#666;
	background: #ffffe1;
	text-decoration:none;
}
textarea
{
	color:#333;
	background:#f5ddff;
	font-weight:bold;
	font-family:"Trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	/*border: 1px solid #999;*/
	border:none;
	width:450px;
	overflow-y:scroll;
}
input[type="text"]
{
	background-color: #f5ddff;
	color:#333;
	font-weight:bold;
	font-family:"Trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	/*border: 1px solid #999;*/
	border:none;
	padding:2px;
}
input[type="submit"]
{
	font-size: 12px;
	color:#fff;
	border: 1px solid #666;
	background:#333;
	padding:2px;
}
input[type="submit"]:hover
{
	color:#99cc00;
	cursor:pointer;
}
input[type="checkbox"]
{
margin:2px
}