#searchHotelButton {
	display: inline-block;
	height: 18px;
	width: 200px;
	background-image: url('/application/blocks/peach_staticsearch/images/btn_hotel.png');
	margin-bottom: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;
	border: 1px solid #a544b7;
	color: #a544b7;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 0;
}
#searchHotelButton:visited, #searchHotelButton:hover {
	color: #a544b7;
	font-weight: bold;
}

div.hotelSearch {
	display: none;
	position: absolute;_position: absolute; /* hack for internet explorer 6*/
	height: 180px;
    background: #FFFFFF;
	border: 1px solid #cecece;
	z-index: 1115;
	padding: 0px;
	font-size: 13px;
	/*opacity: 0.9;*/
	/*top:35px;*/ top:156px; 
	/*left:230px;*/ left:245px;
    -webkit-border-radius: 8px 8px 8px 8px;-moz-border-radius: 8px 8px 8px 8px;border-radius: 8px 8px 8px 8px;
}
.hotelSearch .dialogTitle {
	text-align: left;
	color: #777;
	font-size: 12px;
	font-weight: 700;
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 5px;
	padding:5px 10px 5px 10px;
}
#hotel_search_form {
	width: 340px;
}
#hotel_search_form .input_pane {
	margin-left: 5px;
	margin-bottom: 10px;
}

#hotel_search_form .button_pane {
	text-align: right;
	margin-top: 15px;
/*	padding-right: 5px;*/
}

#hotel_dest {
	width: 311px;
	padding: 10px;
}
#checkin, #checkout { width: 150px; }

#search_button {
	display: inline-block;
	color: #fff;
	background-color: #b634bb;
	padding: 5px 20px;
    -webkit-border-radius: 8px 8px 8px 8px;-moz-border-radius: 8px 8px 8px 8px;border-radius: 8px 8px 8px 8px;
}

#hotel_dest_list {
	border: 1px solid #999;
	background-color: #fff;
	overflow: hidden;
	position:absolute;
	top: 235px; left: 0px;
	z-index: 2000;
}
.suggest_item {
	white-space: nowrap;
	overflow: hidden;
	padding: 5px 0 5px 5px;
	font-size: 1.2em;
	cursor: default;
	user-select: none;
}
#hotel_dest_list .sel { color: #fff; background-color: #000;  }
.highlighted { font-weight: bold; }
.input_pane {
	margin-bottom: 5px;
}
.t-check-in, .t-check-out {
	width: 150px;
}
.t-from-to {
	display: inline-block;
	position:relative;
	float:left;
	width: 15px;
	padding: 10px;
	text-align: center;
}
.t-datepicker-day .t-table-condensed th.t-week {
	font-size: 80%;
}
