.comment_container {
	/*background: url("../images/customer/bck_repeat.gif") repeat-y;*/
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

.comment_header_container_summary {
	width: 495px;
	padding: 15px 90px 15px 15px;
	/*background: url("../images/customer/bck_comment.gif") no-repeat;*/
	border: 1px solid #e3e3e3;
	color: #3b3b3b;
	font-size: 11px;
	line-height: 21px;
	font-family: Verdana, Arial, sans-serif;
}

.comment_header_container {
	width: 464px;
	padding: 15px 90px 15px 15px;
	/*background: url("../images/customer/bck_comment.gif") no-repeat;*/
	border: 1px solid #e3e3e3;
	color: #3b3b3b;
	font-size: 11px;
	line-height: 21px;
	font-family: Verdana, Arial, sans-serif;
}

.customer_name {
	color: #939393;
	font-size: 14px;
	padding-top: 18px;
	padding-left: 5px;
	font-weight: bold;
}

.star_rating img {
	float: left;
}

.star_rating {
	clear: both; 
	overflow: hidden;
	padding-top: 4px;
	padding-left: 4px;
}

.comment_header {
	border-bottom: 1px dotted #d9d9d9;
	padding: 35px 10px 8px 10px;
	overflow: hidden;
	margin-bottom: 18px;
}

.comment_footer {
	border-top: 1px dotted #d9d9d9;
	padding: 8px 10px 8px 10px;
	margin-bottom: 20px;
	overflow: hidden;
}



.comment_header_container label {
	float: left;
	width: 90px;
}

.comment_header_container input[type="text"] {
	width: 355px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #3b3b3b;
	padding: 5px 5px 0px 5px;
	border: 1px solid #d9d9d9;
}

.comment_header_container textarea {
	width: 355px;
	height: 84px;
	line-height: 14px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #3b3b3b;
	padding: 5px;
	overflow: hidden;
	border: 1px solid #d9d9d9;
}

.customer_date {
color: #3B3B3B;
font-family: Verdana,Arial,sans-serif;
font-size: 11px;
padding-top: 8px;
padding-left: 6px;
}