

 body {
   background:#FFFFFF;
   margin:0px;
   padding:15px;
}

.WGSurveyTable {
  margin-left: auto;
  margin-right: auto;
  border:1px solid #000000;
  background: #FFFFFF;
  width: 100%;
  padding:10px;
}

.WGSurveyPage {
  margin-left: 5px;
  margin-right: auto;
  background: #FFFFFF;
  width: 100%;
  padding: 0px;  
}

.WGSurveyPage td {
  background: #FFFFFF;  
  padding: 10px;  
}

.WGSurveyQuestion {
  background: #FFFFFF;
  width: 100%;  
}

.WGSurveyQuestion td {
  background: #FFFFFF;
  padding: 2px;
  vertical-align: top;
  padding-left:10px;
}

.WGSurveyAnswer td {
  background: #FFFFFF;
  padding:2px;
  vertical-align: middle;
  padding-left:10px;
}

.WGSurveyMatrixTable {
  width: 560px;
  padding:0px;
}

.WGSurveyMatrixOddRow { 
   background-color: #FFFFFF;
}

.WGSurveyMatrixEvenRow { 
   background-color: #FFFFFF;
}

.WGButtonPanel {
  width: 100%;
  padding: 5px;
}

.WGButtonPanel td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.WGSurveyFooter {  
  text-align: right;
}

/* Progress Bar Settings */

.WGSurveyProgressContainer {
   margin-left: auto;
   margin-right: auto; 
   width: 375px;
   padding: 0px;
   vertical-align: middle;   
   text-align: right;
   float: right;
   font-family: Verdana; 
   color: #000000; 
   font-size: 10px;
   
}

.WGSurveyProgressBarDisplay  {   
   padding: 0px;
   width: 200px;
   height: 13px; 
   font-family: Verdana; 
   color: #000000; 
   font-size: 10px;
   border: 1px solid #000000;
}

.WGSurveyProgressBar {
   background-color: #F2984C;
}

.WGSurveyProgressBarComplete {
   background-color: #FFFFFF;
}


/* All Text Properties */

.WGSurveyTitle{
   padding: 10px;
   vertical-align: middle;
   text-align: left;
   color:#000000;
   font-family:Verdana;
   font-size:18px;   
   font-weight: bold;
   line-height:22px;
}

.WGSurveyPageTitle { 
   font-family: Verdana; 
   color: #000000; 
   font-size: 12px;   
   font-weight: bold;
}

.WGSurveyPageSubTitle { 
   font-family: Verdana; 
   color: #000000; 
   font-size: 11px;   
   
}

.WGSurveyQuestionText {
   font-family: Verdana; 
   color: #000000; 
   font-size: 12px;   
   font-weight: bold;
}

.WGSurveyQuestionDescText { 
   font-family: Verdana; 
   color: #000000; 
   font-size: 11px;   
   
}

.WGSurveyAnswerText { 
   font-family: Verdana; 
   color: #000000; 
   font-size: 11px;   
   
}

.WGSurveyErrorText {
   font-family: Verdana; 
   color: #CC0000; 
   font-size: 11px;   
   font-weight: bold;
}

.WGSurveyRequiredErrorTextMsg {
   font-family: Verdana; 
   color: #CC0000; 
   font-size: 11px;   
   font-weight: bold;
   padding: 10px;
}

.WGSurveyRequiredInstruction {
   font-family: Verdana; 
   color: #CC0000; 
   font-size: 11px;   
   font-weight: bold;
   padding: 10px;
}

.WGSurveyButton {
   font-family: Verdana;
   color: #000000;
   font-size: 11px;
   background-color: #FFFFFF; 
   border-right: #666666 1px outset; 
   border-top: #666666 1px outset; 
   border-left: #666666 1px outset; 
   border-bottom: #666666 1px outset;
   font-weight: bold;
}

