/* questionnaire questions */
.question {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  margin-bottom: 8px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #aaa;
}
.question .option {
  margin: 15px 0px;
  color: #393939;
}
.question .option label {
  overflow: hidden;
  display: block;
}
.question .option_body {
  display: block;
  float: left;
}

.question input {
  display: none;
}
.question .selected.radio {
  padding-left: 25px;
  background: transparent url("../../images/radio-selected.gif") left center
    no-repeat;
}
.question .radio {
  padding-left: 25px;
  background: transparent url("../../images/radio-empty.gif") left center
    no-repeat;
}
.question .radio-selected {
  padding-left: 25px;
  background: transparent url("../../images/radio-selected.gif") left center
    no-repeat;
}

.question .selected.checkbox {
  padding-left: 25px;
  background: transparent url("../../images/checkbox-selected.gif") left center
    no-repeat;
}
.question .checkbox {
  padding-left: 25px;
  background: transparent url("../../images/checkbox-empty.gif") left center
    no-repeat;
}
.question .checkbox-selected {
  padding-left: 25px;
  background: transparent url("../../images/checkbox-selected.gif") left center
    no-repeat;
}

.question h3 {
	margin-top: 0px;
}

#welcome #business-segment {
  display: none;
}
#welcome #business-family {
  display: none;
}
