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

#reservation_box {
	width:330px;
	height:180px;
	position:absolute;
	color:#7b7974;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	background-repeat: no-repeat;
	margin-top: 480px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 320px;
}
#reservation_box .header {
	width:300px;
	height:55px;
	text-indent:-9000px;
	background-repeat: no-repeat;
	clear: both;
}
#reservation_box .stf {
	width:80px;
	height:80px;
	position:absolute;
	left: -20px;
	top: 170px;
}
#reservation_form {
	width:300px;
	left: 650px;
}
#reservation_form .tr {
	margin-top:5px;
	float:left;
	width:100%;
	font-size: 10px;
	color: #8A673C;
}
#reservation_form .td {
	float:left;
	width:70px;
	margin-left:5px;
	color:#A57A47;
	font-size:12px;
	font-weight:bold;
}
.reservation_form_drp_dwn {
	background-color: #F6F4E7;
}

.reservation_form_txt_fild {
	height:25px;
	float:left;
	border:1px #adaba6 solid;
	color:#923e00;
	font-size:11px;
	padding:1px;
	height:15px;
	width:80px;
}
@charset "utf-8";
/* CSS Document */
.reservation_form_drp_dwn_short {
	width:50px;
	height:20px;
	float:left;
	border:1px #adaba6 solid;
	color:#923e00;
	font-size:12px;
	height:20px;
}

.reservation_form_txt_fild_cal {
	float:left;
	border:1px #adaba6 solid;
	color:#923e00;
	font-size:11px;
	padding:1px;
	height:15px;
	width:75px;
	background:#f0f0f0 url(../images/calendar.gif) right no-repeat;
}

.discription_form_style{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#999999;
	background:#f9f9f9;
	border:1px solid #e4e4e4;
	padding-top:3px;
	padding-bottom:3px;
	}
.error_message{
		font-family: Tahoma, Geneva, sans-serif;
		font-size:11px;
		color:#c33109;
		list-style:url(../images/bullet.jpg);
}

.head_p {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #F8ECD6;
	color: #333333;
	border: thin solid #996633;
}
.bed_t {
	background-color: #FCF7ED;
	font-family: Tahoma;
	font-size: 13px;
}
.price_h {
	font-family: Tahoma;
	font-size: 15px;
	background-color: #F7EAD2;
}
.text_p {
	font-family: Tahoma;
	background-color: #F9F0DF;
	font-size: 12px;
	border: 3px solid #F5E0C2;
}