/*
+----------------------------------------------------------------+
|                                                                                                                                                                                        |
|        WordPress 2.0 Plugin: WP-Polls 2.12                                                                                |
|        Copyright (c) 2006 Lester "GaMerZ" Chan                                                                        |
|                                                                                                                                                                                        |
|        File Written By:                                                                                                                                        |
|        - Lester "GaMerZ" Chan                                                                                                                        |
|        - http://www.lesterchan.net                                                                                                        |
|                                                                                                                                                                                        |
|        File Information:                                                                                                                                        |
|        - Polls CSS File                                                                                                                                        |
|        - wp-content/plugins/polls/polls-css.css                                                                        |
|                                                                                                                                                                                        |
+----------------------------------------------------------------+
*/


.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
        text-align: left;
        list-style: none;
}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
        content: '';
}
.wp-polls-ans {
        width:100%;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        background-color: #ffffff;
}
.wp-polls-loading {
        display: none;
        text-align: center;
        height: 16px;
}
.wp-polls-image {
        border: 0px;
}
.wp-polls .pollbar-css {
        margin:1px; 
        font-size:6px; 
        line-height:8px; 
        height:8px; 
        background: #d8e1eb; 
        border:1px solid #c8c8c8;
}
.wp-polls .pollbar-image {
        margin:1px; 
        font-size:6px; 
        line-height:8px; 
        height:8px; 
        background-image: url('images/pollbg.gif'); 
        border:1px solid #c8c8c8;
}
