@CHARSET "ISO-8859-1";

#comments {
	
}

#comment_form p {
	margin-bottom: 10px;
	font-size: 9pt;
	color: #505050;
	font-weight: bold;	
}

#comment_error {
	font-size: 90%;
	margin-bottom: 6px;
	color: #ba3737;	
}

#comment_form textarea {
	background-color: #fff;
	border: 1px solid #999;
	color: #505050;
	font-family: Helvetica, Tahoma, Verdana;
	letter-spacing: 0.05em;
	line-height: 1.5;
	width: 400px;
	font-size: 8pt;
	height: 80px;	
}

#comment_form #submit {
	background-color: #33363d;
	border: 0px;
	margin-top: 6px;
	color: #fff;
	font-size: 8pt;
	padding: 3px;	
}

.comment_box {
	margin-bottom: 15px;
	font-size: 110%;	
}

#comment_container .name {
	font-size: 80%;
	margin-bottom: 4px;
}

#comment_container .name a {
	color: #505050;
	text-decoration: none;
}

#comment_container .name a:hover {
	color: #f26522;
}

#comment_container .info {
	font-size:80%;
	color: #444;
	margin-bottom: 8px;
}

#comment_container .info a {
	color: #f26522;
}

#comment_container .info a:hover {
	color: #f26522;
	text-decoration: underline;
}

#comment_container .text {
	font-size: 100%;
	margin-bottom: 20px;
	margin-left:5px;
}
