/* quickbooker.css - Custom Forms (more info: http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/) */

#quickbooker {
	position:relative;
	width:170px;
	height:122px;
	font-size:10px;
	margin:auto;
	color:#fff;
	}

#qbooker_title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height:15px;
	height:25px;
	}

#qbooker_label_checkin {
	text-transform: uppercase;
	line-height:15px;
	}

#qbooker_label_rooms, #qbooker_label_nights, #qbooker_label_persons {
	text-transform: uppercase;
	line-height:13px;
	height:13px;
	}

/* select text */
#qbooker_year span.select, #qbooker_month span.select, #qbooker_day span.select, 
#qbooker_box_persons span.select, #qbooker_box_rooms span.select, #qbooker_box_nights span.select{
	font-size:10px;
	padding:0px;
	padding-right:15px;
	color:#505050;
	margin:0;
	line-height:15px;
	}

/* text and select width */
#qbooker_month span.select {width:51px;}
#qbooker_month select.styled {width:68px;}

#qbooker_year span.select, #qbooker_day span.select{width:29px;}
#qbooker_year select.styled, #qbooker_day select.styled{width:46px;}

#qbooker_box_persons span.select, #qbooker_box_rooms span.select, #qbooker_box_nights span.select{width:66px;}
#qbooker_box_persons select.styled, #qbooker_box_rooms select.styled, #qbooker_box_nights select.styled{width:83px;}

#qbooker_day {
	position:absolute;
	top:39px;
	left:0px;
	}
#qbooker_month {
	position:absolute;
	top:39px;
	left:51px;
	}
#qbooker_year {
	position:absolute;
	top:39px;
	left:124px;
	}

#qbooker_box_persons {
	position:absolute;
	top:61px;
	left:0px;
	}
#qbooker_box_nights {
	position:absolute;
	top:61px;
	left:88px;
	}

#qbooker_box_rooms {
	position:absolute;
	top:94px;
	left:0px;
	}

/* submit btn */
#qbooker_check {
	position: absolute;
	bottom:0px;
	right:0px;
	text-align: center;
	border-right:0px solid #fff;
	background-color: #fff;
	}
a.searchbutton, a.searchbutton:link, a.searchbutton:visited {
	color: #505050;
	font-size: 11px;
	text-decoration: none;
	line-height:15px;
	height:15px;
	display:block;
	text-transform: uppercase;
	width:82px;
	background-color:#fff;
	}
a.searchbutton:hover {
	background-color:#D4BF95;
	color:#505050;
	}

/* style select containers */
span.select {
	position: absolute;
  	height: 15px;
 	padding-right:1px;
  	color: #505050;
  	font: 11px arial,sans-serif;
  	background:#fff url(../images/arrow.png) right no-repeat;
  	overflow: hidden;
  	border-right:1px solid #fff;
	}

select.styled, span.select {
	text-align: center;
	}

