div.survey {
  width: 750px;
  padding: 10px 10px 10px 10px;
  background-color: #ddddff;
  margin: 4px 4px 20px 4px;
}

.survey .error {
  margin: 4px 4px 4px 4px;
}

.survey_title {
  margin: 30px 0 30px 0px;
  font-size: 24px;
  font-weight: bold;
}

.survey_text {
  font-family: Arial, sans-serif;
}

div.item {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}

div.question {
  padding: 4px 4px 4px 4px;
  margin: 4px 4px 4px 4px; 
  background-color: #f0f4ff;
}

div.question div.text {
  margin: 2px 4px 4px 2px;
  font-weight: bold;
}

div.comments {
  margin-top: 4px;
  margin-left: 4px;
}

div.instructions {
  padding-left: 10px;
  padding-right: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
}

div.progress {
  width: 500px;
  height: 20px;
  margin: 16px 10px 16px 30px;
}

div.progress .label {
  display: block;
  float: left;
  height: 16px;
  margin: 2px 20px 0 0;
  font-size: 10px;
}

div.progress .bar {
  float: left;
  height: 16px;
  width: 300px;
}

img.must_answer {
  vertical-align: text-top;
  margin-right: 4px;
}

table.group {
  border-collapse: collapse;
  empty-cells: show;  
}

table.group td {
  margin: 0;
  padding: 4px 4px 4px 4px;
}

table.group tr.header {}

table.group th.header {}

table.group th {
  text-align: left;
  font-weight: normal;
}

table.group th.center {
  text-align: center;
}

table.group tr.odd {}

table.group tr.even {
  background-color: #e5e5e5;
}


ul.options {
  margin: 0;
  padding: 0;
}

ul.options li {
  list-style-type: none;
}

.center {
  text-align: center;
}