#comments_form {
  font-size: 1.0em;
}


/* fieldset styling */
#comments_form fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#comments_form legend {
	font-weight: bold;
	color: #000000;
}

#comments_form form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#comments_form label {
	float: left;
	width: 12em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#comments_form input {
  width: 200px;
}

#comments_form  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#comments_form  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#comments_form  input:focus, textarea:focus {
	background: #ffc;
}

#comments_form  input.radio {
    float: left;
	margin-right: 1em;
}

#comments_form  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}