@import url("common/forms.css");

/*
******************************************
* COMMENT BOX CSS
******************************************
*/
.commentbox {
	margin:0px 0px 0 0px;
	padding:0px 0 0px 0;
	border-top:1px solid #ffffff;
	}
.commentbox dt {
	margin:0px;
	float:left;
	width:80px;
	text-align:right;
	font-weight:bold;
	color:#333333;
	margin-bottom:3px;
	}
.commentbox dd 		{ margin:0px; margin-left:90px; }
.commentbox .clear 	{ margin:0px; height:5px; }
.commentbox .hr-line {
	border-top:1px solid #c3c3c3;
	margin:10px 0 0 0;
	height:5px;
	}

.rating 		{ padding:0px; margin:0px; _height:1px;}
.rating td input{ border:none; margin:0px 0 0 0px; }
.rating td{padding:3px 6px;}
