/*#commentForm {width:500px;}
#commentForm label {width: 250px;}
#commentForm label.error, #commentForm input.submit{margin-left: 0px;}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	font-size:12px;
	display: inline;	
}*/
#commentForm { width: 0px; }
#commentForm label { width: 0px; }
#commentForm label.error, #commentForm input.submit { margin-left: 253px; }
.error {
	font-family: Arial, Helvetica, sans-serif;
	sfont-weight: bold;
	font-size:12px;
	sborder:solid 1px #F00;
	color:red;
	display:inline;
	margin:2px;
}