
.survey .field { margin:8px 0; }
.survey fieldset { padding:20px; margin:20px 0; background:#F3F3F3; }
.survey .col-left { width:45%; float:left; }
.survey .col-right { width:45%; float:right; }
.survey .field-text input { width:200px; padding:2px; }
.survey .other input { padding:2px; width:150px; }

.survey .list {  }
.survey .list ul { margin:0; padding:0; }
.survey .list li { list-style:none; margin:0; padding:0; }
.survey .list label { margin-left:5px; }

.survey .inner { padding:10px; }
.survey .req span,
.survey .title span,
.survey label span { color:#DD04BC; }
.survey .message { color:#DD04BC; font-size:11px; }
.survey .other { margin-top:5px; }
.survey .other label { margin-right:5px; }
.survey .Actions { text-align:right; padding:10px 0; }
