﻿#RateItBox
{
	display:none;
	width: 150px;
	border: 1px solid #CCCCCC;
	text-align:center;
	font-size: 9pt;
}

#aboveStars, #belowStars
{
	padding: 4px;
	clear: both;
	/*background-color:Yellow;*/
}

#starsLoading
{
	width:110px; 
	/*padding:13px 20px 12px 20px; */
	border:1px solid #CCCCCC;
	text-align:center;
	font-size:9pt;
}
.star
{
	background: url(../images/HHA2007/voteStarGray.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 19px;
	padding-right: 2px;
	float: left;
	cursor: hand;
	cursor: pointer;
}
.starHover
{
	background: url(../images/HHA2007/voteStarRed.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 19px;
	padding-right: 2px;
	float: left;
	cursor: hand;
	cursor: pointer;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#484848;
}

#flipbook_rating2 {
	float: left;
	margin-top: 1px;
	width: 556px;
	height: 100px;
	background-color: Yellow;
	clear: both;
	/*background: url("http://bet.nedwatson.com/images/rating_bg.gif");*/
	/*background-repeat:repeat-x;*/
}

#flipbook_image {
	margin-top: 10px;
}
.stupid_text2 {
	color: #000000;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, sans-serif;
	margin-top: 10px;
	font-weight: bold;
}

