.sf_comment_form div {
	margin:0px 0px 10px 0px;
	}
.sf_comment_form fieldset {
	padding:0px;
	}
.sf_comment_form label {
	position:relative;
	width:140px;
	margin-bottom:8px;
	line-height:24px;
	font-size:12px;
	color:#555555;
	float:left;
	cursor:pointer;
	}
.sf_comment_form textarea {
	position:relative;
	width:250px;
	height:100px;
	padding-left:4px;
	margin-bottom:10px;
	overflow:auto;
	border:#cfcfcf solid 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	float:left;
	}
.sf_comment_form .form_error {
	color:red;
	font-weight:bold;
	}
.sf_comment_form input.submit {
	color:#666666;
	width:auto;
	border:1px #666666 solid;
	height:2.2em;
	margin:0px 0px 2em 0px;
	padding:0px 5px;
	font-size:1em;
	min-width:0px;
	background:none;
	background-color:#ececec;
	}
.sf_comment_form input.submit:hover {
	color:#ececec;
	border:1px #ececec solid;
	background-color:#666666;
	}
.sf_comment_form_error {
	color:red;
	font-weight:bold;
	}
#sf_comment_ajax_indicator {
	width:20px;
	height:20px;
	margin:0px;
	padding:0px;
	background:transparent url(../images/indicator.gif) top left no-repeat;
	}