﻿
#commentsEditor form fieldset {
  width: 500px; 
}


#commentsEditor form label { 
	width: 480px;
	clear: right; 
	float: left;
	text-align:left;
}

#commentsEditor form .input
{
	width: 480px;
	height:150px;
	clear: both; 
	float: left;
	margin-right:100px;
}

#commentEditorSubmit
{
	clear: left; 
	float: left;
}

