/* --- comments --- */
.comments {
	clear: both;

}

.comments h2 {
	color: #777777;
	
	font-weight: bold;
	padding: 2px;
}

#comments_form ul {
	color: #F00;
	font: 11px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	list-style: none;

}
#comments_form ul li {
	padding: 2px;
}

#comments_form {
	margin-top: 50px;
	text-align: left;
}
#comments_form p {
	margin: 3px;
}

#comments_form input{
	width: 200px;
	border: 1px solid #777; 
}

#comments_form textarea {
	width:400px;
	height:100px;
		border: 1px solid #777; 

}

#comments_form .submit {
	color: #FFF;
	background-color: #9a0034;
}

.comment {
	text-align: left;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 375px;

}

.comment p {
	margin:10px;

}
