.gcBookingGadget {
	/*background-color: #353c9b;
	background: rgba(53,60,155,0.6);*/
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: -300;
	top: 20px;
	left: 0;
	min-width: 960px;
}

.gcBookingGadget form {
	float: right;
}

body .gc_sh * {
	font-family: "Century Gothic", MyCustomFont2, "Verdana", "Helvetica", "Arial", sans-serif;
}

body .gc_sh .gc_horizontalSh .shortHandTitle {
	font-size: 16px;
	line-height: 30px;
	color: /*#686884*/#cdc5ac;
	border: none;
	margin: 2px 0 0 0;
	padding: 0;
	text-align: right;
	width: 380px;
}

body .gc_sh .gc_horizontalSh .shortHandDate {
	width: 215px;
	margin: 9px 0 0;
	padding: 0;
}

body .gc_sh .gc_horizontalSh .checkinLabel, body .gc_sh .gc_horizontalSh .shortHandNrNightsLabel {
	color: #cdc5ac;
	text-transform: uppercase;
	width: 115px;
	text-align: right;
}

body .gc_sh .startDay {
	width: 65px;
	height: 15px;
	text-align: center;
	border: none;
	background-color: rgba(255,255,255,0.25);
	color: #fff;
}

body .gc_sh .gc_horizontalSh .shortHandNrNights {
	margin: 8px 0 0;
	padding: 0;
	width: 165px;
}

body .gc_sh .yui-menu-button button {
	height: 19px;
	border: none;
	background-color: rgba(255,255,255,0.25);
	background-position: 95% center;
	color: #fff;
}

body .gc_sh .gc_horizontalSh .shortHandButton {
	float: right;
	margin: 2px;
}

body .gc_sh .shortHandCheckRates {
	margin: 0;
	font-size: 14px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #cdc5ac;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#978d6e), to(#cdc5ac));
	background: -webkit-linear-gradient(top, #cdc5ac, #978d6e);
	background: -moz-linear-gradient(top, #cdc5ac, #978d6e);
	background: -ms-linear-gradient(top, #cdc5ac, #978d6e);
	background: -o-linear-gradient(top, #cdc5ac, #978d6e);
}

body .gc_sh .shortHandCheckRates:hover {
	background-color: #910;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#600b00), to(#910));
	background: -webkit-linear-gradient(top, #910, #600b00);
	background: -moz-linear-gradient(top, #910, #600b00);
	background: -ms-linear-gradient(top, #910, #600b00);
	background: -o-linear-gradient(top, #910, #600b00);
}








