/* 
    Document   : bookingform
    Created on : 29/08/2013, 8:37:32 AM
    Author     : peter
    Description:
        Purpose of the stylesheet follows.
*/

#form-wrap-bookingForm { 
    box-shadow: none;
    border: none;
    width: 500px;
    float:left;
}

#form-wrap-bookingForm .ui-dialog-buttonpane
{
    border: none;

}
#form-wrap-bookingForm .label-cell
{
    width: 40%;

}
#form-wrap-bookingForm input[type="text"]
{
    background: white;

}
#form-wrap-bookingForm select
{
    background: white;
}
#form-wrap-bookingForm textarea
{
    background: white;
    width: 171px;
    height: 120px;

}
#bookingForm input[type="reset"]
{
    display: none;
}
#bookingForm input[type="submit"]
{
    background: url(images/BTN_bggrad.jpg);
    border: none;
    color: white;
    font-family: 'Ubuntu-M';
    margin-right: 106px;
}

#bookingForm input[type="submit"]:hover
{
    background: url(images/BTN_bggradRO.jpg);

}