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

#PollListBlock { 
float: left;
position: relative;
width: 600px;
overflow: hidden; 
 } 
#PollListBlockLeft { 
float: left;
position: relative;
width: 475px;
left: 100px;
overflow: hidden; 
 } 
#PollListBlockRight { 
float: right;
position: relative;
width: 20px;
overflow: hidden; 
 } 
.poll-box { 
position:relative;
overflow:hidden;
height:auto;
padding:15px;
width:731px;
background-color:#d1d1d1; 
 } 
.poll-db { 
position:relative;
width:727px;
height:20px;
line-height:20px;
text-align:left;
color:#00b8e6;
font-family:&quot;Trebuchet MS&quot;, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:16px;
margin:0 0 5px 0px; 
 } 
.poll-db span { 
text-transform:uppercase;
font-size:12px;
color:#000; 
 } 
.poll-separator { 
position:relative;
width:100%;
height:9px;
margin:10px 0 2px 0;
overflow:hidden;
background-image:url(../../@img/line_sidebar_right.png);
background-repeat:repeat-x; 
 } 
.poll-separator-top { 
position:relative;
width:731px;
height:9px;
overflow:hidden;
background-image:url(../../@img/line_sidebar_right.png);
background-repeat:repeat-x; 
 } 
.poll-width { 
width:90%;
top:10px;
float:left; 
 } 
.PollAnswer { 
font-family:&quot;Trebuchet MS&quot;, Arial, Helvetica, sans-serif;
font-size: 12px;
width:100%;
font-weight:bold;;
overflow: hidden;
color: #000;
line-height:24px; 
 } 
.PollRemark { 
width: 100%;
float: left;
position: relative;
font-family: Verdana, &quot;Trebuchet MS&quot;, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000; 
 } 
.PollRemTitle { 
width: 100%;
float: left;
position: relative;
font-family:&quot;Trebuchet MS&quot;, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #006600; 
 } 
.PollTitle { 
font-family:&quot;Trebuchet MS&quot;, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
overflow: hidden;
color: #00b8e6;
text-align:left;
width:100%;
padding:5px 0; 
 } 
.poll_button { 
padding:13px 0 13px 0; 
 } 
