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

.booking table{ text-align:center}
.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; padding-left:5px;}
.booking table tr th.lastChildth { background:url(../images/top-right-corner.jpg) no-repeat top right;}
.booking table tr td.firstChildtd { background:url(../images/bottom-left-corner.jpg) no-repeat bottom left; padding-left:7px;}
.booking table tr td.lastChildtd { background:url(../images/bottom-right-corner.jpg) no-repeat bottom right;}
.booking table tr td {background:url(../images/book-form-bg.jpg) bottom; padding-bottom:8px;}
.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: block;
	text-align:center; 
	padding: 3px 1px 3px;
	font-size: 9px;
	color: #fff; text-decoration: none; 
	font-weight: bold; */
	background: #ff5c00 url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 4px 6px 4px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	position: relative;
	margin-right:3px;
}
.booking table tr td input[type="submit"]:hover, .booking table tr td a:hover { background: #d45500; }

