﻿.es-review.es-container
{
	clear:both;
	padding-top: 20px;
	}

.es-review
{
	font-weight:bold;
	color: #333333;
}

input[type=text].es-review
{
	background-image:url(../../images/BackName.png);
	background-repeat:repeat-x;
	border:1px solid #DFE0E0;width:350px;height:28px;
	font-weight: normal;
	margin-top: 10px;
	}
	
textarea.es-review
{
	background-image:url(../../images/BackReview.png);
	background-repeat:repeat-x;
	border:1px solid #DFE0E0;width:600px;height: 200px;
	font-weight:normal;
}

/*produc-details page*/
div.review-text
{
	overflow:hidden;
}

#review-stars{ float:right; margin-top: 10px;}
#review-rating{ float:right; clear:right; }
#review-login-or-rate{ float:right; margin-top: 5px; padding-right:20px; }
