/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

.starbox .stars { background: #cccccc; }
.starbox .rated .stars { background: #dcdcdc; }
.starbox .rated .hover .stars { background: #cccccc; }
.starbox .colorbar { background: #1e90ff; }
.starbox .hover .colorbar { background: #ffcc1c; }
.starbox .rated .colorbar { background: #64b2ff; }
.starbox .rated .hover .colorbar { background: #1e90ff; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { clear: both; }

.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars, 
.starbox .dotted .rated .hover .stars { background: url(../images/starbox/background_dotted.gif) top left repeat-x; }
.starbox .dotted .colorbar,
.starbox .dotted .hover .colorbar,
.starbox .dotted .rated .colorbar, 
.starbox .dotted .rated .hover .colorbar { background: #000000; }
.starbox .dotted .ghost { background: #666666; }

.starbox .pointy .colorbar { background: #ffcc1c; }
.starbox .pointy .hover .colorbar { background: #ff9231; }

.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }

/*************************************************************************************/

* {
 margin: 0;
	padding: 0;
}

body, html {
 font-family: Arial, Helvetica, sans-serif;
}

.starbox .indicator {
	font-size: 10px;
	background: #FFF;
	color: #000;
}

#rating_div {
	padding: 10px;
	background: #FFF;
	height: 80px;
}

#rating_div .floater {
	width: 310px;
	float: left;
}

#send_to_friend {
	padding: 10px;
	background: #FFF;
	height: 80px;
	color: #000;
	display: none;
}

#send_to_friend .floater {
	width: 200px;
	float: left;
}

.rate_title {
 color: #000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}