/* CSS Document */
/*///NEW BOOK FORM///*/
.booking {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 90%;
	border:0;
}

.booking table{ text-align:center; width:100%;}
.booking table tr th {background:url(../images/book-form-bg.jpg) top;}
.booking table tr th.firstChildth { background:url(../images/top-left-corner.jpg) no-repeat;}
.booking table tr th.lastChildth { background:url(../images/top-right-corner.jpg) no-repeat top right;}
.booking table tr td {background:url(../images/book-form-bg.jpg) bottom; padding:8px;}
.booking table tr td.firstChildtd { background:url(../images/bottom-left-corner.jpg) no-repeat bottom left;}
.booking table tr td.lastChildtd { background:url(../images/bottom-right-corner.jpg) no-repeat bottom right;}

.booking input[type="text"] {
	font-size:100%;
	color:#333;
	margin:0;
	padding:2px 0;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}

.booking select {
	font-size:100%;
	color:#333;
	margin:0;
	padding:2px 0;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	min-width:60px;
}
.booking table tr td input[type="submit"], .booking table tr td a {
	background: url(../images/book-btn-a.png) center center no-repeat;
	display: inline-block;
	text-align:center; 
	/*padding: 8px 14px 9px;*/ 
	padding: 6px 10px 6px;
	font-size: 10px;
	color: #fff; text-decoration: none; 
	font-weight: bold; 
	border: solid 0px #33CCFF;
}
.booking table tr td input[type="submit"]:hover, .booking table tr td a:hover { background: url(../images/book-btn-hover.png) center center no-repeat; }

