    .poll_section {
        border: 0; 
        border-bottom: 4px solid rgb(195, 195, 195);
        padding-bottom: 8px;        
        margin-bottom:20px;
        padding: 8px;
    }
    .poll_section h2{ margin-bottom:3px; }
    .poll_section table { margin: 10px 0 0 0px; }
    .poll_section table td{
        border-bottom: 1px solid #c3c3c3;
        padding-bottom: 5px;   
    }
    .poll_section .tfield { margin:8px 10px 0 0; }
    
    .poll_section h2 {
        color: #335aad;
    }
    .poll_line_box {
        float: left; 
        width: 500px;
    }
    .poll_line {
        margin-top: 5px;
        background-color:#3d678d;
        height: 11px;
        border-radius: 0 5px 5px 0;
    }
    .poll_pecent {
        float: right;
        margin-top: 2px;
        color:#335aad;
        font-size: 12px;
    }
    .poll_bar{ margin-top: 10px; }
    .poll_bar .smallDate{
        display: block;
        float:right;
        color: #71767b;
        font-size: 11px; 
    }        
    .poll_bar .poll_sum { font-size:12px; }
    .poll_bar .enterButton {
        width: auto;
        cursor: pointer;
        background-color: #3d678d;
        background-image: none;
        display: block;
        padding: 5px 15px;
        color: #fff;  
        font-size: 11px;
        float: left;             
    }
    .poll_bar .enterButton:hover {
        color: #fff !important;
    }
    
    /*
    .clear {
        clear: both;
    }
    */