div#availability {
	text-align:center;
	margin: 0 auto;
	margin-top:2em;
	width : 60%;			
}

div#paypal {
	text-align: center;
	vertical-align:middle;
}

div#paypal2 {
 float:right;
 width:15%}

div#paypal3 {
 float:left;
 width:15%}

div#booking {
	border:1px;
	border-style:solid;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.bordered, #problems {
	border:thin;
	border-style:solid;
	padding: 5px;}

p#safely{
	display:inline;
	vertical-align:middle;	}

img#paypal_img{
	vertical-align:bottom;}

p#pay_now_how{
	text-align:left;}

/* Format the bookings table */
table#availability {
	border-collapse:collapse;
	border-spacing:0px;
	border:thin;
	border-style:solid;
	width:100%;
	}

table#availability th {
	font-style:italic;
	border:thin;
	border-style:solid;
	padding:5px;			}

table#availability td {
	text-align:center;
	font-weight:bold;
	border:thin;
	border-style:solid;
	padding:5px;
	}

#availability form{
	display: none;
}

/* Booking lightbox */
.bookingForm{
	text-align: left;
}

.bookingForm h1{
	text-align: center;
}

.bookingForm .field{
	margin: 20px 10px;
}

.bookingForm .price{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.bookingForm .submit{
	text-align: center;
}

.bookingForm .disabled{
	color: #ccc;
}

.bookingForm .hint{
	color: red;
	font-weight: bold;
}

td.booked {
	background:#cfffff;}

div.comment {
	font-size:small;
	font-weight:normal;}

#other{
	float: right;
	border: 1px solid #000;
	padding: 10px;
	margin: 10px 0 10px 0;
}

#other *{
	vertical-align: middle;
}