* {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background: #e4b7b7 url(../img/bg_top.jpg) repeat-x;
	padding: 0px;
	text-align: center;
}
form {
	display: inline;
}
input {
	border: 1px solid #D7D3B6;
}
img {
	vertical-align: middle;
	border: 0px;
}
#main { 	
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 790px;
}
#top {
	height: 120px;
	width: 790px;
	clear: both;
}
#content {
	padding: 30px;
	padding-top: 0px;
	background: transparent url(../img/bg_center.png) repeat-y; 
}
#content a { 
	color: #FF4416;
	text-decoration: none; 
}
#bottom {
	height: 64px;
	width: 790px;
	background: transparent url(../img/bottom.jpg) no-repeat; 
}
#stars img {
	vertical-align: middle;
	width: 50px;
	height: 48px;
	cursor: pointer;
	cursor: hand;
}
.song {
	font-size: 26px;
}
.artist {
	font-size: 18px;
}
#genre, #year {
	border-bottom: 1px dashed #EA3C02;
	cursor: default;
}
#title {
	margin-bottom: 10px;
}
#search {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}
#searchbox {
	width: 160px;
	padding: 2px;
	padding-left: 22px;
	background: #FFFFFF url(../img/search.png) no-repeat scroll 3px 3px;
}
#ad_song_right {
	clear: right;
	float: right;
	margin-bottom: 10px;
}
#genreyear {
	
}
#submit_gy {
	background-color: #FAF6E2;
	color: #812202;
	margin-top: 5px;
	margin-bottom: 10px;
}
#info {
	clear: right;
	text-align: justify;
	margin-bottom: 15px;
}
#rating {
	margin-bottom: 15px;
}
#submit_vote{
	background-color: #FAF6E2;
	color: #812202;
	margin-top: 5px;
}
#video {
	
	float: right;
	width: 425px;
	margin-bottom: 15px;
	margin-left: 5px;
	
	text-align: right;
}
#video a {
	font-size: 12px;
}
#webrate {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.5;
}
#comment {
	clear: right;
}
#checkimg1, #checkimg2 {
	cursor: pointer;
	cursor: hand;
	width: 80px;
	height: 20px;
}
.small {
	font-size: 12px;
}
#searchform {
	clear:left;
}
td {
	vertical-align: top;
	padding: 3px;
}
.welcome {
	line-height: 2;
	font-size: 18px;
}
#impress {
	text-align: center;
	vertical-align: top;
	margin: 10px;
}
#impress, #impress a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#write_comment {
	width: 400px;
	float: left;
}
#amazon {
	width: 300px;
	height: 250px;
	margin-left: 430px;
}
.faq {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 25px;
	background-color: #FAF6E2;
	color: #812202;
	padding: 3px;
}
#lastvotes {
	clear:left;
	float:right;
	width:400px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#lastvotes * {
	font-size: 12px;
}
#ad_front {
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ranks {
	margin-top: 20px;
	text-align: center;
}
.bg_td {
	background: #FECC87 url(../img/bg_td.png) repeat-x left -15px;
}
.bottomspace {
	margin-bottom: 10px;
}
#top_switch {
	text-align:right;
	height: 0em;
}
#top_switch a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#top_searchfield {
	border: 1px solid #F8F6EA;
	background: transparent url(../img/searchbg.png);
	padding: 3px;
	width: 320px;
	float: right;
	margin-bottom: 3px;
	text-align: center;
}
#top_searchbox {
	font-size: 12px;
	border: 1px solid #F8F6EA;
	background: transparent url(../img/searchbg.png);
	width: 170px;
	padding: 1px;
}
#login {
	position: absolute;
	width: 300px;
	background: transparent url(../img/windowbg.png);
	top: 100px;
	left: 50%;
	margin-left: -160px;
	visibility: hidden;
	border: 1px solid #FF4416;
	color: #000000;
	padding: 10px;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../img/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:250px;
	height:48px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:48px;
	line-height:20px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

