#bookingFormWrapper 
{
    position: absolute;
    
}
#bookingFormWrapper h1
{
    color: #483e34 !important;
    line-height: 35px !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-family: serif, "Book Antiqua","TImes New Roman" !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 20px 0 0 !important;
    background: transparent !important;
    display: block !important;
    float: left !important;
}
#bookingform
{
    float: left;
    display: block;
    height: 35px;
    margin: 0;
    padding: 0;
    line-height: 35px;  
}

#bookingform .formController {
    clear:none;
    padding:0;
    float: left;
    height: 35px;
}
#bookingform label {
    display:block;
    float:left;
    font-weight:normal;
    line-height:35px;
    margin-left: 5px;
    text-align:left;
    width:35px;
    color: #241c16;
    font-size: 10px;
    font-family: sans-serif,"Tahoma";
}
#bookingform .formController input
{
    border:none;
    color:#241c16;
    font-family:Verdana,sans-serif;
    font-size:10px;
    font-weight:normal;
    width: 96px;
    height: 15px;
    padding: 4px 20px 2px 2px;
    margin: 7px 0px;
    font-family: sans-serif,"Tahoma"; 
    background: transparent;
    background-image: url(img/datum.jpg); 
    cursor: pointer;
    line-height: 15px;
}
#bookingform .formController select
{
    font-size:10px;
    background-color: #c2b290;
    margin: 7px 0px;
}
#sendBookingForm
{
    background: transparent;
    background-image: url(img/ok.jpg) !important;   
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 11px;
    line-height: 17px;
    height: 22px;
    margin:5px 0 5px 5px;
    padding: 0px 3px 0px 3px;;
    color: #cabb9c;
    border: none;
    cursor: pointer;
    display: block;
    float: left;
}
