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

img {
	border:none;
}

input#search {
float:left;
width:144px;
height:44px;
border:none;
	cursor:pointer;
}

#input_search {
	margin-left:16px;
	height:384px;
	width:508px;
	background-image:url(../image/bkg_mask_01.gif);
	background-repeat:no-repeat;
	padding-left:32px;
/*	padding-top:48px;*/
}

#search_form {
	padding-top:48px;
	width:450px;
}

#submit_search {
	position:relative;
	left:300px;
	top:25px;
	width:144px;
	
}

.input_city {
	background-image:url(../image/img_city.gif);
	background-repeat:no-repeat;
	height:64px;
	padding-top:10px;
	padding-bottom:20px;
}

input#destination {
	width:374px;
}

input#inputDateIN {
	width:103px;
}

input#inputDateOUT {
	width:103px;
}

.inputDateOUT {
	position:absolute;
	top:4px;
	padding-left:5px;
	cursor:pointer;
}

.inputDateIN {
	position:absolute;
	top:4px;
	padding-left:5px;
	cursor:pointer;
}

.input_date_in {
	float: left;
	border-top-color:#dcdcdc;
	border-top-width:3px;
	border-top-style:solid;
	border-bottom-color:#dcdcdc;
	border-bottom-width:3px;
	border-bottom-style:solid;
	background-image:url(../image/img_checkin.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	height:64px;
	width:221px;
	padding-top:10px;
	z-index:2;
}

.input_date_out {
	float: left;
	border-top-color:#dcdcdc;
	border-top-width:3px;
	border-top-style:solid;
	border-bottom-color:#dcdcdc;
	border-bottom-width:3px;
	border-bottom-style:solid;
	background-image:url(../image/img_checkout.gif);
	background-repeat:no-repeat;
	background-position: 0px 8px;
	height:64px;
	width:221px;
	padding-top:10px;
}

.input_guest {
	clear:left;
	background-image:url(../image/img_guest.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	height:64px;
	padding-top:10px;
	padding-bottom:20px;
	width:390px;
}

.input_text {
	position:relative;
	left:63px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:24px;
	font-weight:550;
	font-stretch:condensed;
	width:390px;
}

.input_text2{
	position:relative;
	left:63px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:24px;
	font-weight:550;
	font-stretch:condensed;
	width:160px;
}

.input_box_city {
	position:relative;
	left:63px;
	padding-top:5px;
	width:390px;
}

.input_box_ckin {
	position:relative;
	left:63px;
	padding-top:5px;
	width:160px;
}

.input_box_guest {
	position:relative;
	left:63px;
	padding-top:5px;
}

.inage_city {
/*	height:64px;
	width:63px;*/

}

