.comment
{
    margin-bottom: 10px;
    background-color: #F3F1F1;
}

.commenthead
{
    margin-bottom:10px;
    font-size: 1.2em;
}

.incomment
{
    padding-left: 13px;
    padding-right: 13px;
    background: url(../img/cmt.png) top left no-repeat;
}

#addcomment
{
    margin-bottom: 20px;
}

.who
{
    padding-left: 45px; /*13+32*/
    font-weight: bold;
}

.who a
{
    color: #000;
}
.who a:hover
{
    color: #fff;
}

.when
{
    font-size: .9em;
    font-style: italic;
    padding-left: 45px; /*13+32*/
}

.what
{
    margin-top: 10px;
}

div#addcomment
{
	margin-top: 20px;
	width: 100%;
}

div#addcomment p#addcommenth
{
	margin-top: 0px; /*TODO: fix the hpane first p with this */
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

div#addcomment div.line
{
	width: 100%;
	margin-bottom: 10px;
}

div#addcomment div.line label
{
	text-align: right;
    font-size: .9em;
    line-height: 1.1em;
	float: left;
	display: inline;
	width: 100px;
	margin-right: 10px;
}

div#addcomment input
{
	width: 320px;
    padding: 1px;    
	border: 1px solid #DBD5D5;
}

div#addcomment input#bt_submit
{
    width: 120px;
    background-color: #F3F1F1;
    padding: 10px;
	border: 1px solid #DBD5D5;
    margin-top: 5px;  
    margin-left: 312px;
}

div#addcomment textarea#what
{
	height: 120px;
	width: 320px;
	border: none;
	/*background: url(../img/backflip.gif) bottom repeat-x;*/
	border: 1px solid #DBD5D5;
}
