.tx-pbsurvey-pi1 fieldset {
    border-top: 1px solid #cccccc;
    padding: 5px;
    color: {$pt.textColor};
    background: url(../../img/bg_pbsurvey_fieldset.gif) repeat-x;
}
.tx-pbsurvey-pi1 form { line-height: 1.4em; }
.tx-pbsurvey-pi1 label {
    width: 37%;
    margin-right: .5%;
    float: left;
    padding-top: 3px;
    line-height: 1.4em;
}
.tx-pbsurvey-pi1 input,
.tx-pbsurvey-pi1 select,
.tx-pbsurvey-pi1 textarea { float: left; width: 25%; margin-right: .5%; }
.tx-pbsurvey-pi1 .textarea_big textarea { width: auto; }
.tx-pbsurvey-pi1 select { width: 26%; color: {$pt.textColor}; }
.tx-pbsurvey-pi1 .pt_radio_container,
.tx-pbsurvey-pi1 .pt_checkbox_container {
    width: 25.5%;
    margin: 0 .5% .5% 38%;
    border: 0px solid transparent;
    font-size: 0.9em;
}
* html .tx-pbsurvey-pi1 .pt_radio_container { border: 0; }
.tx-pbsurvey-pi1 .pt_radio { width: auto; margin-right: .3em; border: 0; padding: 0; background: none; }
.tx-pbsurvey-pi1 .pt_checkbox {
    width: auto;
    margin-right: .3em;
    border: none;
    float: none;
    background: none;
}
.tx-pbsurvey-pi1 .pt_submit {
    width: auto;
    border: 3px double #cccccc;
    border-right-color: #999999;
    border-bottom-color: #999999;
    margin-right: .3em;
}
.tx-pbsurvey-pi1 .formbuttons { padding: 10px 0 0 0; border-top: 1px solid #cccccc; }
.tx-pbsurvey-pi1 .pagenumbering { position: relative; }
.tx-pbsurvey-pi1 .barcontainer {
    border: 3px double #cccccc;
    width: 100px;
    background-color: #ffffff;
    height: 15px;
    position: absolute;
    z-index: 6;
    right: 0px;
    top: -25px;
}
.tx-pbsurvey-pi1 .bar {
    background-color: #ccccff;
    height: 15px;
    z-index: 4;
    position: absolute;
    left: 0px;
}
.tx-pbsurvey-pi1 .bartext {
    width: 100px;
    font-size: 0.85em;
    line-height: 14px;
    text-align: center;
    z-index: 5;
    position: absolute;
    left: 0px;
    height: 15px;
}
.tx-pbsurvey-pi1 .pageHeader { margin: 0.4em 0 0.5em 0; font-size: 1.4em; }
.tx-pbsurvey-pi1 .pageIntroduction { }
.tx-pbsurvey-pi1 .survey_item { font-size: 0.9em; }
.tx-pbsurvey-pi1 .itemform { }
.tx-pbsurvey-pi1 .question { font-weight: bold; }
.tx-pbsurvey-pi1 .questionNumber { margin-right: .3em; color: #000000; }
.tx-pbsurvey-pi1 .questionSubtext {
    width: 30%;
    float: right;
    padding: 3px 3px 3px 20px;
    background: url(../../img/icon_info_blue.gif) no-repeat 0 4px;
    background: url(/fileadmin/img/icon_info_blue.gif) no-repeat 0 4px;
    font-size: 0.9em;
}
.tx-pbsurvey-pi1 .questionSubtext p { margin: 0; }
.tx-pbsurvey-pi1 .questionComment {
    width: 22%;
    float: left;
    padding-left: 20px;
    margin: 3px 3px 3px 38%; /*margin-left: 38%;*/
    background: url(../../img/icon_info_yellow.gif) no-repeat 0 5px;
    background: url(/fileadmin/img/img/icon_info_yellow.gif) no-repeat 0 5px;
    font-size: 0.9em;
}
* html .tx-pbsurvey-pi1 .questionComment { float: none; }
.tx-pbsurvey-pi1 .required { color: #ff0000; }
.tx-pbsurvey-pi1 .survey_error {
    padding-left: 20px;
    color: #ff0000;
    background: url(/fileadmin/img/icon_info_red.gif) no-repeat 0 2px;
    font-size: 0.9em;
    color:red; important!
}
.tx-pbsurvey-pi1 .additional_ver { margin-left: 20px; }
.tx-pbsurvey-pi1 .matrix { width: 100%; }
.tx-pbsurvey-pi1 .matrix .surveyrow_even { background-color: #ccccff; }
.tx-pbsurvey-pi1 .matrix .columnFirst { font-weight: bold; text-align: left; }
.tx-pbsurvey-pi1 .matrix .columnNext { text-align: center; }
