@charset "UTF-8";
/* CSS Document */

#vote_box {
	background-color: #CAC9AB;
	background-image: url(../images/vote/vote_txt.gif);
	background-position: center center;
	height: 100px;
	width: 297px;
}
#song_box {
	height: 300px;
	width: 297px;
}
.songtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.vote_image {
	background-image: url(../images/vote/vote_txt2.gif);
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #5E5C00;
}
.vote_p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 10pt;
	padding: 10pt;
}
.hear {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 8px;
}
.hear_box {
	background-color: #5E5C00;
	width: 175px;
	border: 3px solid #000000;
}
