#comment
{
	float: left;
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	width: 90%;
	padding-bottom: 10px;
	padding-top: 15px;
}

#subject
{
	font-size: 14px;
	font-weight: bold;
}

#author
{
	font-size: 11px;
	font-color: #CCCCCC;
}

#body
{
	margin-top: 15px;
}

#form
{
	margin-top: 20px;
	display: block;
	height: 350px;
	float: left;
}

#form h2
{
	font-weight: normal;
	font-size: 20px;
	margin: 5px;
}

#form .text
{
	width: 300px;
	margin-left: 10px;
}

#form textarea
{
	width: 300px;
	height: 80px;
	margin-left: 10px;
}


