Меня смущают одинаковые ид и описание части стилей в тегах, или зря?
<div style="width: 155px; height: 200px; float: left;">
<div id="interview_wrapper">
<div class="interview_text">Опрос</div>
<div class="interview_question">Вы употребляете спиртное за рулем?</div>
<div style="width: 80%; margin: 0 auto; margin-top: 10px;">
<div style="font-size: 12px; font-family: Arial; color: #33668d;">
Да
</div>
<div id="progress_wrapper">
<div id="progress" style="width: 100%;"></div>
</div>
</div>
<div style="width: 80%; margin: 0 auto; margin-top: 10px;">
<div style="font-size: 12px; font-family: Arial; color: #33668d;">
Нет
</div>
<div id="progress_wrapper">
<div id="progress" style="width: 75%;"></div>
</div>
</div>
<div style="width: 80%; margin: 0 auto; margin-top: 10px;">
<div style="font-size: 12px; font-family: Arial; color: #33668d;">
Иногда
</div>
<div id="progress_wrapper">
<div id="progress" style="width: 50%;"></div>
</div>
</div>
<div style="width: 80%; margin: 0 auto; margin-top: 10px;">
<div style="font-size: 12px; font-family: Arial; color: #33668d;">
Совсем чуть - чуть
</div>
<div id="progress_wrapper">
<div id="progress" style="width: 25%;"></div>
</div>
</div>
<div style="text-align: center; margin-top: 30px;">
<button id="vote">
Проголосовать
</button>
</div>
</div>
</div>