.commentform {
	margin-left:15px;
	margin-bottom:15px;
}

.commentform_error_field
{
	height:20px;
}	
.commentform_error_field span
{
	color:red;	
}
.commentform_validator
{
	display:none;
}
.commentform_content
{
	width:530px;
	font-size:0.9em;
	background:#FFF;
	color:#333;
}
.commentform_content a
{
	text-decoration: none;
	color: #ffcccc;
}
.commentform_content a:hover
{
	text-decoration:none;
	color: #666;
}
textarea
{
	color:#333;
	background:#ffcccc;
	font-family:"courier new", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: 1px solid #666;
	border:none;
	width:400px;
	overflow-y:scroll;
}
input[type="text"]
{
	background-color: #ffcccc;
	color:#333;
	font-family:"courier new", Arial, Helvetica, sans-serif;
	font-weight:bold;
	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
}