  /************** Old version of filter polls *************/
  
  .start_votebox{ 
  width: 256px;
  font-family: verdana; 
  font-size: 12px; 
  background: #dddddd; padding: 10px 10px 10px 10px;
  }
  
  .start_votequestion{ 
  font-size: 16px; font-weight: bold;
  }
  
  .start_votealt{ 
  padding: 3px 0px;
  }
  
  .start_centeralign{ 
  text-align: center;
  }
  
  .start_votebutton{ 
  border: 1px solid #666666;
  }

  .start_voteresult{ 
  color: #333333;
  font-decoration: none;
  font-size: 9px;
  }
  
  /************** New version of filter polls *************/
  
  .new_start_votebox{ 
  width: 300px;
  font-family: verdana; 
  font-size: 12px; 
  }
  
  .new_start_votebox_top {
  font-size: 4px;
  background: url('http://g2.start.no/filter/images/poll_border_top_300.jpg') bottom left no-repeat #FFFFFF;
	}
	
	.new_start_votebox_main { 
  padding: 0px 5px 5px 5px;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  background-color:#FFFFFF;
	}
	
	.new_start_votebox_bottom { 
  font-size: 4px;
  background: url('http://g2.start.no/filter/images/poll_border_end_300.jpg') top left no-repeat #FFFFFF;
  margin-bottom: 10px;
	}


  .new_start_votequestion{ 
  font-size: 16px;
  text-align:center;
  font-color:#000000;
  font-weight:bold;
  padding-bottom:10px;
  }
  
  .new_start_votealt{ 
  padding: 3px 0px;
  font-size: 12px;
  }
  
  .new_start_centeralign{ 
  text-align: center;
  }
  
  .new_start_votebutton{ 
  border: 1px solid #666666;
  font-size: 14px;
  background-color:#FFFFFF;
  
  }

  .new_start_voteresult{ 
  color: #333333;
  font-decoration: none;
  font-size: 10px;
  }