.comment_text {
	

}
.comment_info {
	text-align:right;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#comment_list {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.comment_label {
	vertical-align: top;
	float: left;
}

.comment_item {
	height: 100%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;

}
.comment_input {
	float: right;
}
.hp {
	visibility: hidden;
	display: none;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	min-width: 400px;
	max-width: 400px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	margin: 0;
	padding: 10px;
}

form fieldset legend {
	font-size:1em; /* bump up legend font size, not too large or it'll overwrite border on left */
	font-family: Arial, Helvetica, sans-serif;
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 100px;
	padding: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:350px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
form input {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:250px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form br {
	clear:left;
}
.submit_button {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	width: 120px;
}
