@charset "utf-8";
/* CSS Document */
#revselect {
	background-color: #F1F1F1;
	width: 940px;
	border-top: 1px solid #CCCCCC;	
	border-left: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;	
	border-bottom: 1px solid #CCCCCC;
}
table.reviews {
	width: 740px;
}
table.reviews td.avatar {
	background-size: 96px 96px;
	background-position: left top;
	background-repeat: no-repeat;
	border: 0px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 108px;
}
table.reviews td.avatar img {
	border: 0px;
	height: 96px;
	margin: 0px;
	padding: 0px;
	width: 96px;
}
table.reviews td.title {
	height: 26px;
	font-weight: bold;
	vertical-align: middle;
}
table.reviews textarea {
	border: 1px solid #999999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 106px;
	resize: none;
	width: 100%;
}
hr.review {
	width: 940px;
	border-top: 1px solid #CCCCCC;	
	border-left: 0px solid #CCCCCC;	
	border-right: 0px solid #CCCCCC;	
	border-bottom: 0px solid #CCCCCC;
}