#availabilityduration th { padding-right: 5px; text-align: right; }
#availabilityduration span { text-indent: 4px; }
#availabilityduration input { margin-top: 1px; border: outset 1px; }
#bookingform
{
    color: #000;
    margin: 10px auto;
}
#bookingform h2
{
    text-align: left
}
#bookingform caption, #bookingform th, #bookingform td
#bookingform input,
#bookingform textarea,
#bookingform select,
#bookingform span
{
    /**/
} 
#bookingform
{
    padding: 0;
    width: 500px;
    background-color: transparent;
    text-align: right;
}
#bookingform table input
{
    color: #000;
}

#bookingform table
{
    margin: 0 auto 20px;
    width: 500px;
    border: solid 1px #ddd;
}
#bookingform caption
{
    background-color: #19436D;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 5px 10px;
}
#bookingform th
{
    width: 150px;
    padding: 5px 10px 0 10px;
    text-align: right;
    vertical-align: top;
    font-weight: normal;
}
#bookingform th span { color: #777; }
#bookingform td span { display: block; padding-top:5px; }
#bookingform td
{
    vertical-align: top;
    text-align: left;
}
#bookingform thead td, 
#bookingform tfoot td { height: 10px; }
#bookingform table input, 
#bookingform table textarea
{
    cursor: text;
    border-width: 1px 2px 2px 1px;
    width: 70%;
}
#bookingform select { width: 40px; }
#bookingform textarea
{
    height: 80px;
    overflow: auto;
}
#bookingform .rad td { vertical-align: top; }
#bookingform .rad input, #bookingform input.chk { cursor: default; background-color: transparent; width: auto; margin-left: 10px; float:left;}
#bookingform input.chk { margin-left: 0; }
#bookingform .rad a,
#bookingform .rad span  { padding: 0; vertical-align:middle; line-height: 20px; text-decoration: none; }
#bookingform .rad a:hover { text-decoration: underline; }
#bookingform .center { text-align: center; }
#bookingform #partyTotal { font-weight: bold; }

#bookingform input.dd,
#bookingform input.mm { width: 30px; text-align: center; }
#bookingform input.yyyy { width: 40px; text-align: center; }
#bookingform input.fieldname { color: #666; }


#bookingform ul { margin: 0; padding: 0; background-image: none; list-style-type: none; }
#bookingform li { background-image: none; } 
#bookingform ul input { width: 20px; background-color: transparent; cursor: pointer; }

#bookingform .buttons
{
    background-color: #19436D;
    padding: 5px;
}

#payment img, #payment form
{
    margin: 0; padding: 0;
    width: auto;
    border: none;
    background: Transparent;
    text-align: center;
}
#payment input
{
    border-width: 2px 1px 1px 2px;
    padding: 5px;
    cursor: pointer;
}
#payment div { margin: 0; padding: 0; }

#bookings
{
    border-collapse: collapse;
    margin: 0 auto;
}
#bookings caption
{
    text-align: left;
    padding: 15px 0;
    color: #19436D;
    font-size: 24px;
    font-weight: bold;
}
#bookings thead th
{
    color: #fff;
    background-color: #19436D;
}
#bookings th, #bookings td 
{
    white-space: nowrap;
    text-align: left;
    padding: 5px 8px;
}
#bookings .alt
{
    background-color: #eee;
}
.paymenticons { padding-top: 30px; }
.paymenticons img { margin: 0 !important; padding: 0 !important; border: none !important; }