body {
   background-color: rgba(136, 114, 74, 0.25);
	
  }
  

  input{   
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radious: 5px;
   border-radius: 5px;
   text-align: left;
  }
  
  input:focus { 
   box-shadow: #0A214F;
  }
    
  select{
   height: 29px;
   overflow: hidden;
   width: 201.82px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radious: 5px;
   border-radius: 5px;
   background-color: #0A214F;
   color: white;
  }

.ui-body-c { text-shadow: none;}

.pageContent{background-color: rgba(136, 114, 74, 0.4); border-radius: 5px;}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { background-color: #88724A;}
.ui-icon-circle-triangle-e {background-position: -px -192px; background-color: #88724A;} 
.ui-icon-circle-triangle-w {background-position: -80px -192px; background-color: #88724A;}