

/* --- Stylesheet 1634 () --------- */ 

#quickbooking {
	position: absolute;
	right: 30px;
	z-index: 1000;
	top: 15px;
	font-size: 12px;
}

#quickbooking input[type=text] {
	background-color: #E5E2D7;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding: 3px 5px;
	text-align: center;
}

#quickbooking input[type=text]:focus {
	background-color: #E5E2D7;
	color: #000;
	outline: 0 none;
}

#quickbooking input[type=submit] {
	background-color: #E66C00;
	color: #fff;
	font-size: 12px;
	padding: 5px 16px;
	border: 0px solid #509727;
	text-transform: uppercase;
	border-radius: 10px;
}

#quickbooking input[type=submit]:hover {
	background-color: #333;
	color: #E5E2D7;
	cursor: pointer;

}

/* --- Stylesheet 2714 () --------- */ 

@media all and (min-width: 1000px) and (max-width: 1250px) {
	#quickbooking { top: 34px; }
}


@media all and (min-width: 768px) and (max-width: 999px) {
	#quickbooking { position: static; top: auto; left: auto; right: auto; bottom: auto; }
}

@media all and (max-width: 767px) {
	#quickbooking { position: static; top: auto; left: auto; right: auto; bottom: auto; margin-top: 40px; }
}