@charset "utf-8";
/* CSS Document */

#book-box {
	width: 613px;
	height: 315px;
	background:url(booking-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin: 20px;
}
#book-box h1 {
	font-size: 15px;
	color: #fff;
	height: 34px;
	margin: 0;
	padding: 12px 0 0 22px;
	line-height: 34px;
	width: 310px;
	font-weight: normal;
}
#book-box-form {
	width: 300px;
	height: 195px;
	position: relative;
	overflow: hidden;
	margin: 0 0 0 15px;
	padding: 25px 0 0 0;
}
#book-box-form label,
#book-box-form .label {
	color: #fff;
	font-size: 11px;
	display: block;
	float: left;
	width: 145px;
	text-align: right;
	height: 20px;
	line-height: 14px;
	margin: 0 15px 4px 0;
	font-weight: bold;
}
#book-box-form input,
#book-box-form .value {
	display: block;
	float: left;
	padding: 0;
	border: none;
	margin: 1px 0 3px 0;
	font-size: 10px!important;
	background: none;
	color: #38648b;
	font-weight: bold;
}
#book-box-form .value {
	color: #fff;
}
#check-in,
#check-out {
	width: 77px;
	position: relative;
	left: 3px;
}
#number-of-adults,
#number-of-children,
#number-of-infants {
	width: 30px;
	position: relative;
	left: 1px;
}
#book-box-form #book-box-submit {
	position: absolute;
	top: 180px;
	left: 80px;
	width: 140px;
	height: 45px;
	font-size: 12px;
	color: #5bbe55;
}
#amend-cancel {
	position: absolute;
	text-decoration: none;
	left: 0;
	bottom: 6px;
	display: block;
	width: 330px;
	font-size: 11px;
	color: #38648b;
	font-weight: bold;
	text-align: center;
	margin-top: 7px;
	border: none;
}
#amend-cancel:hover {
	text-decoration: underline;
}
#book-box-gotaminute {
	width: 275px;
	height: 310px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 330px;
	line-height: 14px;
	color: #4880b2;
	font-size: 10px;
}
#book-box-gotaminute .step {
	font-weight: bold;
}
#book-box-gotaminute p,
#book0-box-gotaminute h2 {
	margin: 0;
}
#book-box-gotaminute p {
	margin-top: 3px;
}
#book-box-gotaminute h2 {
	font-size: 15px;
	margin-top: 17px;
	font-style: italic;
	color: #ef5d03;
}
#book-box-gotaminute ul,
#book-box-gotaminute li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}


input.calendar,
select.calendar {
	width: 99px;
}

button.calendar {
	background: url(calendar-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 6px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(calendar-prev.gif);
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url(calendar-next.gif);
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url(calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url(calendar-valid.gif);
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(calendar-valid.gif) 0 100%;
		color: #FFF;
		cursor: pointer;
	}
	.amend-cancel {
		margin: 7px 0!important;
		font-size: 11px;
		text-align: center;
		width: 326px;
	}
	.amend-cancel a {
		color: #6a80c0;
	}
