/* comments */
#comments {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color: #EBEBEB;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
	padding: 5px;
	display: table;
	width: 98%;
	background-attachment: fixed;
	background-image: url(res/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#comments-new {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC6600;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
	padding: 5px;
	display: table;
	width: 98%;
	background-attachment: fixed;
	background-image: url(res/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#comments-box{
	margin-top:5px;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #F2F2F2;
}
#comments-box .label{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#comments-box .comments-textbox{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	width: 100%;
	border: 1px solid #999999;
}
#comments-box .comments-textarea{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	width: 100%;
	height: 70px;
	border: 1px solid #999999;
}