#main .commenthead {
	margin: -1px 0 0 0;
	padding: 4px 6px;
	color: #fff;
	background-color: #111;
	font-size: 10px;
	font-weight: bold;
}

#main .comment {
	border-bottom: 1px dashed #555;
	margin: 0;
	padding: 4px 8px;
}

#main .comment:hover { background-color: #444; }

#main .comment .commentBody p {
	font-size: 11px;
	line-height: 130%;
}

#main .comment .commentBy {
	font-size: 10px;
	padding: 2px 6px 4px;
	text-align: right;
}


#main .addcomments {
	padding: 4px;
	font-size: 10px;
}

#main .addcomments input.textInput {
	width: 250px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #666;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#main .addcomments textarea {
	width: 400px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #666;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#main .addcomments input.button {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #666;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#main .addcomments input.button:hover {
	background-color: #777;
}

#main .addcomments input.radio {
	color: #fff;
	background-color: #666;
}


#main .comment .commentBy a.linkback:link, #main .comment .commentBy a.linkback:visited, #main .comment .commentBy a.linkback:active {
	color: #eee;
	text-decoration: none;
	border: none;
}

#main .comment .commentBy a.linkback:link:hover, #main .comment .commentBy a.linkback:visited:hover {
	color: #f90;
	text-decoration: none;
	border: none;
}

#main .comment .commentBody a:link {
	color: #9cf;
	text-decoration: none;
	border-bottom: 1px solid #9cf;
}

#main .comment .commentBody a:visited {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#main .comment .commentBody a:link:hover, #main .comment .commentBody a:visited:hover {
	color: #f90;
	text-decoration: none;
	border-bottom: 1px solid #f90;
}

#main .comment .commentBody a:active {
	color: #f00;
	text-decoration: none;
	border-bottom: 1px solid #f00;
}

#main .comment .commentBy a:link {
	color: #9cf;
	text-decoration: none;
	border-bottom: 1px solid #9cf;
}

#main .comment .commentBy a:visited {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#main .comment .commentBy a:link:hover, #main .comment .commentBy a:visited:hover {
	color: #f90;
	text-decoration: none;
	border-bottom: 1px solid #f90;
}

#main .comment .commentBy a:active {
	color: #f00;
	text-decoration: none;
	border-bottom: 1px solid #f00;
}
