.ui-widget-header {
   background: #F0BA31;
}

.ui-widget-content {
   border: 0px;
   background: none;
   color: auto;
}

.ui-tabs .ui-tabs-panel {
   padding: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default {
   border: 1px solid #ef8200;
   background: #fed189 repeat-x;
}
   .ui-state-active,.ui-widget-content .ui-state-active {
      background: #fbf7db;
   }

.homePage .ui-corner-all {
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
}

.homePage .ui-widget-header {
   border: 0;
}

