@charset "UTF-8";
/* CSS Document */

#quickbooker {
	position:relative;
	margin:0 auto;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#3f3f3f;
}

#qbooker_title {
	float:left;
	font-size:14px;
	line-height:19px;
	margin:0;
	padding:10px 0 0 3px;
	text-transform:uppercase;
	letter-spacing:0.09em;
	text-align:left;
	color:#3f3f3f;
}

#quickbooker select {
	padding:0;
	font-size:9px;
}

#qbooker_label_checkin {
	float:left;
	line-height:20px;
	padding:8px 0 0 60px;
	margin:0;
}

#qbooker_day {
	float:left;
	line-height:20px;
	padding:8px 0 0 10px;
	margin:0;
}
#qbooker_month {
	float:left;
	line-height:20px;
	padding:8px 0 0 5px;
	margin:0;
}
#qbooker_year {
	line-height:20px;
	float:left;
	padding:8px 0 0 5px;
	margin:0;
}

#qbooker_label_persons{
	line-height:20px;
	float:left;
	padding:8px 0 0 30px;
	margin:0;
}
#qbooker_persons{
	line-height:20px;
	float:left;
	padding:8px 0 0 5px;
	margin:0;
}
#qbooker_label_rooms{
	line-height:20px;
	float:left;
	padding:8px 0 0 15px;
	margin:0;
}
#qbooker_rooms{
	line-height:20px;
	float:left;
	padding:8px 0 0 5px;
	margin:0;
}
#qbooker_label_nights{
	line-height:20px;
	float:left;
	padding:8px 0 0 15px;
	margin:0;
}
#qbooker_nights{
	line-height:20px;
	float:left;
	padding:8px 0 0 5px;
	margin:0;

}
#qbooker_check{
	float:right;
	width:50px;
	height:16px;
	line-height:16px;
	text-align:center;
	color: #c6c4c0;
	padding:9px 16px 0 0;
}
.searchbutton,a.searchbutton:link,a.searchbutton:visited  { width:50px; height:16px; font-size: 11px; line-height: 16px; text-decoration: none; margin: 0 auto; padding: 3px 8px; background:#3f3f3f; border:1px solid #030303; color:#c6c4c0; }

a.searchbutton:hover { width:50px; height:16px; font-size: 11px; line-height:16px; text-decoration: none; margin: 0 auto; padding: 3px 8px; border:1px solid #32281B; color:#ffffff; }

