/* CSS Document */

.vote_pop { 
width:236px; 
height:129px; 
background:url(../images/vote_pop_bg.gif) no-repeat top left; 
position: absolute;

}
.vote_pop .cont { width:182px; height:98px; margin:20px 0 0 37px;  }
.vote_pop .title { font:100% Georgia, "Times New Roman", Times, serif; color:#fff; line-height:70%; }
.vote_pop .title a { color:#fff; text-decoration:none; }
.vote_pop .title a:hover { text-decoration:underline; }
.vote_pop .nickname{ font:75% Georgia, "Times New Roman", Times, serif; color:#fff; }
.vote_pop .nickname a{color:#fff; text-decoration:none;}
.vote_pop .nickname a:hover {text-decoration:underline; }
.vote_pop .vote {  padding-top:10px;  font:75% Georgia, "Times New Roman", Times, serif; }
.vote_pop .votenow { font-weight:bold;  }


.vote_pop .rating_link { padding-top:4px; }
.vote_pop .rating_link div { float:left; margin:0; padding-right:4px; display:inline; background-position:10%; width:31px; height:31px; }
.vote_pop .rating_link .vote_1 { background:url(../images/vote_white_1.gif) no-repeat top left;}
.vote_pop .rating_link .vote_2 { background:url(../images/vote_white_2.gif) no-repeat top left; }
.vote_pop .rating_link .vote_3 { background:url(../images/vote_white_3.gif) no-repeat top left; }
.vote_pop .rating_link .vote_4 { background:url(../images/vote_white_4.gif) no-repeat top left; }
.vote_pop .rating_link .vote_5 { background:url(../images/vote_white_5.gif) no-repeat top left; }
.vote_pop .rating_link img { border:none; cursor:pointer}
.vote_pop #vote_result_span { font:75% Georgia, "Times New Roman", Times, serif; color:#fff; }
