@CHARSET "UTF-8";



/*

VOTES
   
*/

h1.vote_right_info{
   clear:both;
   margin:6px 6px 5px 6px;
   padding: 6px 0px 4px 35px;
   color:#464c49;    
   background: transparent url(../images/main/poll/bgr_info_green.jpg) no-repeat top left;
}

.vote_right_info_text{
	font-size:12px;
	padding:10px 20px 10px 20px;
}

.vote_box_right{
   border-bottom:1px solid #DDD;
   padding:0px 0px 10px 15px;
   margin-bottom:15px;
}

.vote_box_right h2{
   margin:0px 0px 5px 3px;
   padding: 4px 0px 2px 27px;
   font-size:16px;
   background: transparent url(../images/main/poll/bgr_vote_list_h2.jpg) no-repeat top left;
}

.vote_box_right .votes{
   width:280px;
   float:left;
}

.vote_box_right .vote{
   clear:both; 
}

.vote_box_right .vote .vote_radio{
   float:left;
   width:20px;
   padding:3px;
}

.vote_box_right .vote .vote_answer{
   float:left;
   width:200px;
   padding:3px;
}

.vote_box_right .vote .vote_answer a{
   color:#FFFFFF; 
}