 /*!
 * jQuery UI Stars v2.0.3
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2009 Orkan (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 102 $
 * $Date:: 2009-06-07 #$
 * $Build: 23 (2009-06-07)
 *
 * Theme: Crystal
 *
 */
body { font-family: Arial, Helvetica, sans-serif; font-size: 0.725em; line-height:1.4; color: #333; background:url(../images/background_containerTile.gif) repeat-x #fff; padding:0; margin:0; }

#TB_frameContent
{
	background: #000000;
} 
 
.ui-stars-star,
.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
	width: 15px;
	height: 15px;
	display: block;
	position: relative;
	background: url(crystal-stars.png) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 -30px;
}
.ui-stars-star-on a {
	background-position: 0 -45px;
}
.ui-stars-star-hover a {
	background-position: 0 -60px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -15px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}

.reviewContainer
{
	width: 450px;
	padding: 0px 20px;
}

.reviewHeader
{
	background: url(../../images/bgReviewHeader.gif) no-repeat;
	width: 470px;
	height: 50px;
	display: block;
	color: #FFFFFF;
	margin-left: -10px;
	padding: 10px 10px 0px 10px;
} 

.reviewContainer h2
{
	float: left;
	margin: 0;
	padding-right: 30px;
	padding-top: 3px;
	color: #caa804;
	font-size: 1.20em;
}

.rating
{
	float: left;
	margin-right: 5px;
	padding-right: 10px;
	padding-top: 5px;
}

.stars
{
	margin-top: 15px;
}

.label
{
	float: left;
	width: 80px;
}

.reviewContainer .label
{
	width: 450px;
	clear: both;
	margin: 10px 0px;
}

*:first-child+html .reviewContainer .label
{
	margin: 0px 0px 10px 0px;
}

.review
{
	color: #999999;
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: url(../../images/dash.gif) bottom repeat-x;
	clear: both;
	min-height: 1px;
}

.btnReview
{
	background: url(../../images/btnReview.gif) bottom no-repeat;
	width: 79px;
	height: 24px;
	float: right;
	cursor: pointer;
	display: block;
	border: 0;
}

.addReview
{
	width: 550px;
	background: #000000;
	color: #FFFFFF;
	padding: 30px;
	margin: 0 auto;
}

.row
{
	clear: both;
	margin-bottom: 10px;
}

.btnSubmitReview
{
	background: url(../../images/btnSubmitReview.gif) bottom no-repeat;
	width: 97px;
	height: 24px;
	clear: both;
	cursor: pointer;
	display: block;
	border: 0;
	margin-top: 10px;
}

label
{
	padding-left: 5px;
}

input
{
	padding-left: 5px;
}