#fbuilder .ui-datepicker-header { background:#D7B94B ; color:#000000; text-shadow:none; }

#fbuilder textarea, 
#fbuilder select { border: 2px solid #00f; }

#fbuilder .pbSubmit {
    background: #D7B94B;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin: 10px 10px 0px 0px;
    padding: 5px 20px;
}
#fbuilder .pbSubmit:hover { 
	background-color: #1A1A1A; 
	color: white; 
}
.ahb_m2 #fbuilder .slots div a {
    width: 100%;
    border-radius: 100px;
    background: #f8f8f8;
    color: #000;
    border: 1px solid #D7B94B;
    text-decoration: none;
    padding: 8px 12px;
}

#fbuilder textarea, #fbuilder select {
    border: 2px solid #D7B94B;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
    color: #FFF;
    background: #D7B94B;
}

body .ui-state-highlight, body .ui-widget-content .ui-state-highlight, body .ui-widget-header .ui-state-highlight {
    border: 1px solid #D7B94B;
}

.ahb_m2 #fbuilder .slots div:not(.htmlUsed) a:hover {
    background: #F7DC79;
    color: #fff;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default:hover {
    color: #FFF;
    background: #F7DC79;
}