.tx-3m5survey-pi1 {
    background: #e5edf2;
    border: 1px solid #ecf3f6;
    margin-top: 20px;
    outline: 1px solid #bfd7ea;
    padding: 2px;
    width: 96%;
}

.surveyForm {
    background: #ffffff;
    padding: 3px 5px;
    width: auto;
}

.surveyForm h2 {
    color: #242424;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.surveyForm table {
    line-height: 20px;
    margin: 1em 0;
    width: 100%;
}

.surveyForm.ara table {
    direction: rtl;
}

.surveyForm table th {
    color: #5782ab;
    font-weight: bold;
    width: 30%;
    vertical-align: top;
}

.surveyForm.ara table th {
    text-align: right;
}

.surveyForm table th,
.surveyForm table td {
    background: #f2f7f9;
    padding: 5px;
}

.surveyForm table td.validationError {
    background: #ffbbbb;
}

.surveyForm table td.spacer {
    background: transparent;
    width: 5px;
    height: 5px;
    padding: 0;
}

.surveyForm table input[type="radio"] {
    margin-right: 5px;
}

.surveyForm.ara table input[type="radio"] {
    margin: 0 0 0 5px;
}

.surveyForm table .rating {
    text-align: right;
}

.surveyForm.ara table .rating {
    text-align: left;
}
.surveyForm table .rating input[type="radio"] {
    display: none;
}

.surveyForm table .rating_star {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../../images/survey_rating_star.png);
    cursor: pointer;
}

.surveyForm table .rating_star.active {
    background: url(../../images/survey_rating_star_active.png);
}

.surveyForm table label {
    margin-right: 5px;
}

.surveyForm.ara table label {
    margin: 0 0 0 5px;
}

.surveyForm table select {
    width: 100%;
    background: #f9fbfc;
    border: 1px solid #c8c8c8;
}

.surveyForm table select .optionBold {
    font-weight: bold;
}

.surveyForm .affiliation select {
    font-size: 11px;
}

.surveyForm button {
    background: #93aabd;
    border: none;
    border-radius: 1px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    line-height: 23px;
    margin-top: 5px;
    padding-bottom: 3px;
}

.surveyForm.ara button {
    float: left;
}

.surveyForm .error {
    color: #ff0000;
    display: none;
}

.surveyForm .success {
    color: #008000;
    display: none;
}