﻿.comments ul
{
	 background:grey;
	 position:relative;
	 top:-10px
}
.comments li
{
	list-style:none;
	margin: 0 0 0 -40px;
}

.comments li p
{
	background:white;
	padding: 5px 5px 5px 5px;
	border:solid 1px gray;
	margin: 0px 0px 0px 0px;
	/*padding: -20px 2px 2px 2px;*/
	font-size:0.9em;
}

.comments li span
{
	
	margin: 10px 0px 0px 0px;
	display:block;
	font-style:italic;
	font-size:0.8em;
}

.comments li a
{
	position:relative;
	top:-10px;
	float:right;
}

.comments hr
{
	position:relative;
	top:-20px;
	clear:left;
}
.comments textarea
{
	font-family: Arial, Helvetica, Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	position:relative;
	top:-25px;
	width:94%;
	min-height:125px;
	padding: 5px 5px 5px 5px;
	font-size:0.9em;
	margin-right:40px;
}
.comments input
{
	position:relative;
	top:-24px;
	width:100%;
}/* IE6 HACK */
* html .comments input
{
	margin-left:-0px;
}
/* IE7 HACK */
*:first-child+html  .comments input
{
	top:-30px;
	margin-left:-0px;
}
