#btnNext {border: 1px solid #88724A; background: #88724A; font-weight: normal; color: #ffffff; width: 6em; height: 2em; border-radius: 6px; font-family: arial, sans-serif;}
#btnPrevious {border: 1px solid #88724A; background: #88724A; font-weight: normal; color: #ffffff; width: 6em; height: 2em; border-radius: 6px; font-family: arial, sans-serif;}
#btnSubmit {border: 1px solid #88724A; background: #88724A; font-weight: normal; color: #ffffff; width: 6em; height: 2em; border-radius: 6px; font-family: arial, sans-serif;}

.ui-widget-content { font-family: arial, sans-serif;border: 1px solid transparent;background: #ffffff;color: #5a5858;/* text-align: center; */}
.ui-state-default, .ui-corner-all, .question-text { text-shadow: none;font-family: arial, sans-serif; border: 1px solid #0A214F; border-radius: 5px; background: #0A214F; font-weight: normal; color: #ffffff;margin-top: 10px; text-align: center;}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { font-family: arial, sans-serif;border: 1px solid red; background: #ffffff; color: #000000; }
.survey-thankyou-body {  font-family: arial, sans-serif;border: 1px solid #ffffff; border-radius: 5px; background: #88724A; font-weight: normal; color: #ffffff;margin-top: 10px; text-align: center;}
.response-container {text-align: center;border-radius: 5px;border-color: transparent;border: none;}

	

	body {
   background-color: rgba(136, 114, 74, 0.25);
	
  }
  
.pageContent{background-color: rgba(136, 114, 74, 0.4); border-radius: 5px;}


  input{   
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radious: 5px;
   border-radius: 5px;
   text-align: left;
  }
  
  table.single td { border: transparent;}


  input:focus { 
   box-shadow: #88724A;
  }

table.subquestion td {border: 1px solid #bdb19b00}
.ui-body-c { text-shadow: none;}

#response-WaveQuestionId_74{text-align: left}

            .pageContent .ui-state-error,
            .pageContent .ui-widget-content .ui-state-error,
            .pageContent .ui-widget-header .ui-state-error {
                border: 1px solid #ff0800;
                background: #ffffff;
                color: #000000;
            }