@charset "utf-8";
/* CSS Document */




.productreview {
	width:380px;
	background-color:#ffffff;
	padding:0 0 10px 10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

.productreview .header {
	width:370px;
	height:27px;
	border-bottom:solid 1px #cccccc;
}

.productreview .header h2 {
	font-size: 16px;
	font-weight:bold;
	color:#000000;
	float:left;
	display:inline;
}

.productreview .header p {
	font-size:12px;
	font-weight:normal;
	color:#000000;
	float:left;
	display:inline;
	margin-left: 6px;
	margin-top: 4px;
}

.productreview .header p a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.productreview .ratethis {
	width:225px;
	float:left;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}

.productreview .ratethis p {
	font-size:12px;
	float:left;
	display:inline;
}

.productreview .ratethis img {
	float:left;
	display:inline;
	margin-left:10px;
}

.productreview .ratethis p .results {
	float:right;
	display:inline;
	margin-left:8px;
}

.productreview .formenv {
	margin-top:40px;
	width:370px;
}

.productreview .formenv p {
	font-weight:bold;
	font-size:12px;
	float:left;
	overflow:hidden;
	clear:both;
}

.productreview .formenv .line1 {
	font-weight:bold;
	font-size:12px;
	float:left;
	overflow:hidden;
	clear:both;
}

.productreview .formenv .line2 {
	font-weight:bold;
	font-size:12px;
	float:left;
	overflow:hidden;
	clear:both;
}

.productreview .formenv .line3 {
	font-weight:bold;
	font-size:12px;
	float:left;
	overflow:hidden;
	clear:both;
}

.productreview .formenv .textenv {
	float:right;
	overflow:hidden;
	clear:none;
	width:310px;
	border:solid 1px #a5acb2;
	margin-bottom: 10px;
}

.productreview .formenv .areaenv {
	float:left;
	clear:left;
	width:368px;
	height:60px;
	border:1px solid #A5ACB2;
}

.productreview .formenv img {
	margin-left:320px;
	margin-top: 8px;
	cursor:pointer;
}

#review_validation_messages
{
    color:red;
    font-weight:bold;
}