body .survey_error {
    border-color: #BD4F1F;
    border-style: dashed;
    border-width: 2px;
    color: #BD371C;
    line-height: 150%;
    margin: 0px 20px 5px 0;
    padding: 5px;
}

body .survey_error h2,
body .survey_error h3,
body .survey_error h4,
body .survey_error h5 {
    margin: inherit;
}

#survey_bookidform {
    vertical-align: middle;
}

#survey_bookidform_text {
    margin-top: 20px;
}

#survey_bookidform  .form_value {
    display: inline;
}

#survey_bookidform input[type="text"] {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
}

#survey_bookidform input[type="submit"] {
    
}

#survey_title {
    margin: 20px 0;
}

#surveyform {
    margin-right: 10px;
}

#surveyform h2,
#surveyform h3 {
    margin-bottom: 10px;
}

#surveyform h3 {
    margin-top: 20px;
}

#surveyform h4,
#surveyform h5 {
    margin-bottom: 5px;
}

#surveyform h5 {
    margin-top: 0;
}

.survey_questions.level1 > li {
    margin-top: 30px;
    margin-left: 0px;
}

.survey_questions.level1 > li > fieldset {
    margin-left: 10px;
}

.survey_questions.level2 > li,
.survey_questions.level3 > li {
    margin-top: 20px;
    margin-left: 5px;
}

.survey_questions.level2 > li > fieldset {
    margin-left: 5px;
}

.survey_questions.level3 > li > fieldset {
    margin-left: 0;
}

.survey_value {
    float: left;
    margin-right: 20px;
}

.multiplechoice .survey_value {
    min-width: 210px;
}

body .negative_answer {
    border: 2px solid red;
}

#recaptcha_widget_div {
    margin: 10px 0 25px;
}

#captchaImage {
    border: 1px solid lightGray;
}

#captchaAnswer {
    display: block;
    margin-top: 10px;
    width: 170px;
}

#surveyform>p {
    margin-top: 30px;
}

#surveyform input[type="submit"] {
    float: right;
}

#survey_success_text {
    margin-right: 10px;
}