.graf {
  background-image:url(/modules/poll/images/blue.gif);
  background-repeat:repeat-x;
  color:#393939;
  padding-left:3px;
  /*display:block;*/
  list-style-type:none;
}
.queston{
  font-size:12px;
  font-weight:bold;
  color:#000000;
  padding-top:5px;
  padding-bottom:0px;
  padding-left:10px;
  width:260px;
}
.div_answer{
  font-size:12px;
  font-weight:normal;
  color:#000000;
  line-height:15px;
}
.div_answer p{
  padding-top:15px;
  width:220px;
  margin:0 auto;
}
ul.answers{
  font-size:12px;
  font-weight:normal;
  color:#000000;
  padding:10px 0px 0px 30px;
  list-style:none;
}
ul.answers li{
  line-height:20px;
}
/*
.pollBt{
   float:right;
   border:none;
   border:0px;
   padding:0px;
   margin:0px;
   margin-right:30px;
   margin-top:10px;
   width:66px;
   height:22px;
   color:#FFFFFF;
   background:url(../images/pollBt_bg.gif) left top no-repeat;
   cursor:hand;
   cursor:pointer;
}
*/
.pollBt:hover{
  background-position: left bottom;
}
ul.tab_result{
  font-size:12px;
  font-weight:normal;
  color:#000000;
  width:270px;
  margin:0 auto;
  margin-top:0px;
  list-style:none;
}

ul.tab_result li{
  padding:0px;
  padding-bottom:4px;
}

.tab_result td{
  padding-top:5px;
}

.poll_title {
	font-size:10px;
	font-weight:bold;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}