#bookingform caption,
#bookingform th,
#bookingform td
#bookingform input,
#bookingform textarea,
#bookingform select,
#bookingform span
{

} 
#bookingform, #paymentform
{
    margin: 20px auto;
    clear: both;
    padding: 0;
    width: 500px;
    background-color: transparent;
    text-align: right;
}
#bookingform table input, #paymentform table input
{
    background-color: #fff;
    color: #000;
}
#bookingform table, #paymentform table
{
    margin: 0 auto 20px;
    width: 500px;
    border-collapse: collapse;
    border: solid 1px #c0c0c0;
    border-width: 0 1px 1px 1px;
    background-color: #EFEFDE;
}
#workspace #bookingform
{
    border: none;
}
#bookingform caption, #cancellation caption, #paymentform caption
{
    background-color: #5E0D16;
    color: #EFEFDE;
    font-weight: bold;
    text-align: left;
    padding: 5px 10px;
}
#bookingform caption a
{
    color: #EFEFDE;
    padding-left: 20px;
}
#bookingform th, #paymentform th
{
    width: 150px;
    padding: 4px 10px 0 10px;
    text-align: right;
    vertical-align: top;
    font-weight: normal;
}
#bookingform td span
{
    display: block;
    line-height: 20px;
    vertical-align: middle;
}
#bookingform td, #paymentform td
{
    vertical-align: top;
    text-align: left;
}
#bookingform td .fyi,
#bookingform td .err {
	margin: 0 5px 7px;
}
#bookingform td.money
{
    width: 70px;
    padding-right: 5px;
    text-align: left;
}
#bookingform thead td, #bookingform tfoot td, #paymentform thead td, #paymentform tfoot td { height: 10px; }
#bookingform table input, #bookingform table textarea, #paymentform table input
{
    cursor: text;
    border-width: 1px 2px 2px 1px;
    width: 70%;
}
#bookingform select, #paymentform select { width: 40px; }
#bookingform textarea
{
    height: 80px;
    overflow: auto;
}
#bookingform table td.money input
{
    width: 60px;
    text-align: right;
}
#bookingform table td.money span
{
    width: 60px;
    padding: 0 5px 0 3px;
    text-align: right;
    
}
#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 input#referer { cursor: text; margin-top: 4px; float: none; clear: both; background-color: #fff; }
#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; font-size: 12px; width: 30px; vertical-align: bottom;}

#payment img, #payment form
{
    margin: 0; padding: 0;
    width: auto;
    border: none;
    background: Transparent;
    text-align: center;
}
#payment input
{
	margin: 10px 10px 20px;
    border-width: 2px 1px 1px 2px;
    padding: 5px;
    cursor: pointer;
}
#payment div { margin: 0; padding: 0; }
#bookings th, #bookings td 
{
    white-space: nowrap;
    text-align: left;
    padding: 2px 4px;
}
#bookings a { text-decoration: none; }
#bookings a:hover { text-decoration: underline; }
#bookings .alt
{
    background-color: #EFEFDE;
}
.paymenticons { padding-top: 30px; }
.paymenticons img { margin: 0 !important; padding: 0 !important; border: none !important; }


#cancellation
{
	margin: 0 auto;
	width: 500px;
	padding: 0;
	border: 0;
	background-color: #fff;
}
#cancellation table
{
    margin: 0 auto 20px;
    width: 500px;
    border-collapse: collapse;
    border: solid 1px #c0c0c0;
    border-width: 0 1px 1px 1px;
    background-color: #EFEFDE;
}
#cancellation table th,
#cancellation table td
{
	padding: 5px 10px 0;
}
#cancellation table thead th
{
	padding: 10px 10px 0;
}
#cancellation table tfoot td
{
	padding: 20px 10px 0;
}
#cancellation table input
{
	width: 60px;
	text-align: center;
}
#cancellation table textarea
{
	width: 470px;
	margin-bottom: 10px;
	height: 76px;
	
}
#cancellation table td
{
	text-align: center;
}

