/* 2 стиля для обращения к пользователям */

#polls_info {
margin-top: 15px;
margin-bottom: 15px;
border-top: 2px solid #E1E1E1;
border-bottom: 2px solid #E1E1E1;
padding-top: 5px;
padding-bottom: 5px;
color: black;
font-family: Arial;
font-size: 12px;

}

.polls_icon {
background: URL(http://www.rusmarine.ru/images/poll5.png) left top no-repeat;
padding-left: 94px;
color: black;
font-family: Georgia;
font-size: 13px;
}

/* стили для отображения опроса */

.polls {
    width: 100%; 
    font-family: verdana;
    font-size: 11px;
    color: #687275;
    text-align: justify;
    padding-right: 2px;
}
.polls_question {
    border: 1px dotted #cecece;
    background: #F7F7F7;
    color: #00508F;
    padding: 2px;
    font-size: 12px;
}
.polls_variants {
    border: 1px dotted #cecece;
    border-top: 0px;
    padding: 2px;    
    font-size: 11px;
}
.polls_submit {
    background: #E7EFF0;
    border: 1px solid #BFC6C7;
    cursor: pointer;
    text-align: center;
}
.polls_opisanie {
    font-family: Tahoma;
    font-size: 11px;    
    color: #687275;
    text-align: justify;
    font-weight: bold;        
}
