/* body horizontal scrollbar handling */
/*body { overflow: auto; }*/
	
.tx-pbsurvey-pi1 {
	text-align:left;
}

.tx-pbsurvey-pi1 div {margin-bottom: 10px;}
.tx-pbsurvey-pi1 .barcontainer {background-color: #FFFFFF; border: 1px solid #000000; width: 100px; height: 15px; position: absolute; z-index: 6; right: 0px;}
.tx-pbsurvey-pi1 .bar {background-color: #CCCCFF; height: 15px; z-index: 4; position: absolute; left: 0px;}
.tx-pbsurvey-pi1 .bartext {z-index: 5; text-align: center; position: absolute; left: 0px; width: 100px; height: 15px;}
.tx-pbsurvey-pi1 .pageHeader {font-size: 150%; font-weight: bold; color: #003399;}
.tx-pbsurvey-pi1 .pageIntroduction {}
.tx-pbsurvey-pi1 .survey_item {margin-top: 20px; margin-bottom: 20px;}
.tx-pbsurvey-pi1 .itemform {}
.tx-pbsurvey-pi1 .question {font-weight: bold;}
.tx-pbsurvey-pi1 .questionNumber {margin-right:.5em;}
.tx-pbsurvey-pi1 .questionSubtext {font-size: 80%;margin-top:-5px;margin-left:1.8em;}
.tx-pbsurvey-pi1 .required {color: #FF0000;}
.tx-pbsurvey-pi1 .survey_error {color: #FF0000;}
.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;}

.pagenumbering {display: none;}

.survey_item, .survey_item_hor { font-size: 1.2em;margin:1em 0 2em;width:100%; }
.survey_item legend.question {float:left;}
.survey_item textarea {width:40em !important;height:8em !important; font-size: 1em !important;}


.formbuttons input { 
  background-color: #AA0000;
  border: 1px solid #000000;
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
  margin: 1.5em 0 .5em;
  padding: .2em;
}

.survey_item_hor input, .survey_item select, .survey_item textarea { margin-left:1.5em !important; }
.survey_item_hor label { margin: 0 2em 0 .5em; }

.additional_ver input, .survey_item textarea {
  border:1px solid #CCCCCC;
  font-size:120%;
  margin:0pt;
  padding:0.2em;
  width:22em;
}

