﻿h1, h2, h3 { font: bold 1.0em "Helvetica Neue", Helvetica, Arial, sans-serif; color: #2647A0;}
h1 { font-weight: bold; font-size: 2.4em; line-height: 1.25em; letter-spacing: -1px; }
h2 { font-weight: bold; font-size: 2.0em; line-height: 1.25em; letter-spacing: -1px;}
h3 { font-size: 1.23077em; }
td { padding: 2px; background-color: #F5F5F5; padding:3px; }
table { background-color: #F5F5F5; }
.myBox { margin: 10 auto; border: 0px solid #ffffff; padding:10px; text-align: left; background-color: #F5F5F5; border: 4px solid #DCDCDC; }
.menu { margin: 5 auto; padding:10px; border: 0px solid #ffffff; padding-left: 15px; text-align: left; background-color: #F5F5F5; border: 4px solid #DCDCDC; }
.input{ background-position: bottom; background-repeat: repeat-x; border: 1px solid #BEBEBE; color: #9B9B9B; width:200px; font-size: 18px; font-weight:bold; padding:5px; }       
.inputButton{ background-position: bottom; background-repeat: repeat-x; border: 1px solid #BEBEBE; color: #9B9B9B; width:200px; font-size: 18px; font-weight:bold; padding:5px; }       
body { margin: 0; padding: 0; background:#fff url(images/bg.png) repeat-x fixed; font: 80% Verdana, sans-serif; line-height: 1.6; }
.yui-t6 {margin: 0 auto; border: 0px solid #ffffff; padding: 25px; text-align: left; background-color: #ffffff; border: 5px solid #f9f9f9; }    
.yui-t3 {margin: 0 auto; border: 0px solid #ffffff; padding: 25px; text-align: left; background-color: #ffffff; border: 5px solid #f9f9f9; }    
/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(images/star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	float: left;
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(images/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}
		