.input_label {
    width: 100px;
    display: block;
}

.answer_name {
}

.question_desc {
    font-weight: bold;
    margin-top: 10px;
}

.question {
    padding: 5px;
    background-color: transparent;
    margin: 3px;
    border: 1px solid #eeeeee;
}

input.real_input {
    width: 98%;
}

textarea.real_input {
    width: 98%;
}



/*custom*/
.input_label {
    font-weight: bold;
}

.textarea_label, .static_label {
    font-weight: bold;
}

.question {
    /*zoom:1;*/
}


