﻿

#BookingForm #CalendarPicker
{
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	overflow: hidden;
}
.book_table{width:650px; float:left;}


.button{width:90px; height:30px; line-height:30px; font-size:15px; font-weight:bold; color:#fff; background-color:#c11c21; border:solid 1px #000;}

table.withBackground {
    background-color: #333333;
    border-bottom: medium none;
    overflow: hidden;
}
table {
    border-bottom: 1px solid #545454;
    border-collapse: collapse;
    margin: 1px 0 15px;
    text-align: left;
    width: 100%;
}
table.withBackground caption {
    background-color: #333333;
    padding: 0;
}
table caption {
    font-family: "LeagueGothicRegular";
    font-size: 28px;
    font-weight: normal !important;
    line-height: 32px;
    padding: 0 0 4px;
    text-align: left;
    width: 100%;
}
table.withBackground caption span {
    display: block;
    padding: 4px;
}
span {
    display: inline;
}
table thead {
    color: #000;
}

table tr {
    border-top: 1px solid #545454;
}
#Calendar table{ color:#000; width:180px; height:140px;}
