body{
	margin:0px;
	padding:0px;
}

#popup-form{
	width:313px;
	background-color:#FFF;
	font:11px Arial;
}

#popup-form p{
	padding:0px;
	margin:8px 0;
	color:#666;
}

#popup-form p{}

.review-form-label{
	margin:5px 0 0 0;
	font:11px Arial;
	width:75px;
	float:left;
	color:#666;
}

.review-form-input{
	font:11px Arial;
	width:180px;
	float:left;
	color:#666;
}

select{
	font-family:Arial;
	font-size:11px;
	float:left;
	color:#666;
	width:184px;
	height:20px;
	margin-top:2px;
}

#popup-form #popup-form-header{
	background:url(/images/user-reviews/user-review-form-header.jpg) top left no-repeat;
	width:313px;
	height:26px;
}

#popup-form #popup-form-content{
	margin:12px 25px;	
}

#popup-form #popup-form-content #popup-review-form-submit{
	margin:10px auto;
	text-align:center;
}

.review-form-textarea-label{
	font-family:Arial;
	font-size:11px;
	color:#666;
}

.review-form-textarea{
	font-family:Arial;
	font-size:11px;
	color:#666;
	width:256px;
	height:70px;
}

#rating-container{
	width:89px;
	height:17px;
	overflow:hidden;
	float:left;
	margin:3px 0 0 96px;
}

.rating-bg0{background:url(/images/user-reviews/user-review-form-rating-scale.jpg) 0px 0px no-repeat;}
.rating-bg1{background:url(/images/user-reviews/user-review-form-rating-scale.jpg) 0px -17px no-repeat;}
.rating-bg2{background:url(/images/user-reviews/user-review-form-rating-scale.jpg) 0px -34px no-repeat;}
.rating-bg3{background:url(/images/user-reviews/user-review-form-rating-scale.jpg) 0px -51px no-repeat;}
.rating-bg4{background:url(/images/user-reviews/user-review-form-rating-scale.jpg) 0px -68px no-repeat;}
.rating-bg5{background:url(/images/user-reviews/user-review-form-rating-scale.jpg) 0px -85px no-repeat;}

#rating-container a{
	display:block;
	text-decoration:none;
	font-size:9px;
	width:17px;
	height:17px;
	overflow:hidden;
	float:left;
}

#popup-form #popup-form-footer{
	background:url(/images/user-reviews/user-review-form-footer.jpg) top left no-repeat;
	width:313px;
	height:26px;
}

/* CLEAR CLASSES START */
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
/* CLEAR CLASSES END */
