.clear_poll
{
    clear: both;
}

.polls_answers .inner_answers, .polls_div
{
    border-style: solid;
    border-width:1px;
}
.polls_div
{    
    border-color: #ecebe7;
    background-color: #FFFFFF;
    margin-top: 10px;
}

.polls_div
{
    width: 955px;
}

.polls_question
{
    height: 100px;   
}

#select_polls, #input_question
{
    padding: 25px 0 0 20px;
    font-weight: bold;    
}

#input_question
{
    float:left;
    width:500px;    
}

#select_polls
{
    float:right;
    width:380px;
}

#input_question input
{
    width: 480px;
}

#padding_answers
{
    float:left;
    width: 900px;
    padding: 5px 0 0 20px; 
}

.polls_answers .poll_answer_line
{      
    margin-top: 15px;
    float: left;
}

.polls_answers .poll_answer_line .input_answers
{
    width: 540px;
    float:left;
}

.answer_del 
{
    background-image:url("../images/answer_del.gif");
    background-repeat:no-repeat;
    height: 21px;        
    width: 65px;    
    float: left;
    margin-left: 30px;
}

.answer_add
{
    background-image:url("../images/answer_add.gif");
    background-repeat:no-repeat;
    height: 21px;        
    width: 117px;    
    float: left;    
    margin: 15px 0 20px 20px;
}

.poll_options
{
    padding: 10px 0 10px 10px;
    height: 150px;    
}

.poll_option
{
    width: 225px;
    height: 130px;
    float: left;
    border-right-style:solid;
    border-right-width: 1px;
    padding-left: 10px;
}

.poll_option p
{
    padding: 10px 0 10px;
    font-weight: bold;
}

.input_padding
{
    margin-bottom: 25px;
}

.poll_option_last
{
    border-right-width: 0px;
}

.poll_buttons
{
    height: 80px;
}

.poll_buttons a
{    
    background-repeat:no-repeat;
    height: 21px;        
    width: 117px;    
    float: right;    
    margin: 15px 20px 20px 15px;
}

.poll_buttons #prev_poll
{
    background-image:url("../images/poll_preview_btn.gif");
}

.poll_buttons .create_poll_btn
{
    background-image:url("../images/poll_create_btn.gif");
}

.poll_buttons .edit_poll_btn
{
    background-image:url("../images/poll_edit_btn.gif");
}


.poll_buttons #errors_log
{
    color: red;
    font-weight: bold;
    margin: 15px 20px 20px 15px;
    float: left;
}




.white_box_table .ico, .white_box_table .cntr
{
    width: 60px;
    text-align: center;
}

.white_box_table .text
{
    width: 665px;
    text-align: left;
}

.white_box_table .text_long
{
    width: 715px;
    text-align: left;
    padding-left: 10px;
}

.white_box_table .smText
{
    width: 170px;
    text-align: left;
}

.white_box_table td
{
    height: 30px;
}

.loading_poll, .loading_poll_msg
{
    height: 10px;
    padding-bottom: 10px;
}

.loading_poll_msg
{
    float: right;
    margin: -40px 290px;
}

.poll_graph
{
    height: 15px;
    width: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: #ecebe7;
    background-color: ;
    float: left;
}