﻿body{
	background-color:#F6E9D6!important;
	background-image:url("../picture/bodybg.jpg");
	background-repeat:repeat;
}

.divRoomBookContent{
	float:left;
	width:750px;
	margin-left:30px;
	font-size:12px;
}
.divRoomBookContentTitle{
	text-align:center;
	margin:0px auto;
	padding-top:20px;
}
.divRoomBookContentTitle span{

width:250px;
	height:1px;	
	display:inline-block;
	border-top:solid 1px #222222;
	margin-bottom:4px;
	
}
.divRoomBookContentTitle strong{
	font-size:18px;
	font-weight:bold;
}

.divRoomBookContentBody{
	margin-top:20px;
}

.divRoomBookContentBodyOrderDetail{
	width:750px;
	/*border:solid 1px #a52e4c;*/
	padding-bottom:10px;
}
.divRoomBookContentBodyOrderDetail strong{
	background-color:#a52e4c;
	color:#ffffff;
	width:740px;
	display:block;
	line-height:2.5em;
	padding-left:10px;
}

.divRoomBookContentBodyOrderDetail table{
	/*border:solid 1px #a52e4c;
	border-collapse:collapse;*/
	margin:10px 0px 5px 0px;
	width:750px;
	table-layout: fixed;
}
.divRoomBookContentBodyOrderDetail table tr{
	
}
.divRoomBookContentBodyOrderDetail table tr th{
	/*border:solid 1px #a52e4c;*/
	text-align:right;
	font-weight:normal;
	background-color:#e5e5e5;
	background-color:#ffffff;
	padding:4px 0px;
	width:120px;
}
.divRoomBookContentBodyOrderDetail table tr td{
	/*border:solid 1px #a52e4c;*/
		padding:4px 0px;
	text-align:left;
	background-color:#e5e5e5;
	background-color:#ffffff;
	padding-left:5px;
}

.divRoomBookContentBodyOrderDetail table tr td input[type="text"]{
	height:24px;
	line-height:24px;
	width:610px;
	font-size:12px;
	border:0px;
}
.divRoomBookContentBodyOrderDetail table tr td select{
	height:24px;
	width:99%;
	font-size:12px;
	border:0px;
}

.divRoomBookContentBodyOrderDetail p{
	line-height:1.5em;
	padding-left:10px;
	text-indent:2em;
	color:#666666;
}


.btnRoomBook{
	color:#ffffff;
	font-weight:bold;
	background-color:#a52e4c;
	padding:4px 5px;
	border-radius:3px;

}
.btnRoomBook:hover{
	color:#ffffff!important;
	background-color:#af3d5a;
}


.divRoomBookOrderList{
	margin-top:10px;
	border-top:solid 1px #a52e4c;
	border-left:solid 1px #a52e4c;
	margin-bottom:10px;
	display:inline-block;
	float:left;
	max-width:729px;
	margin-left:10px;
	
}
.divRoomBookOrderList dl{
	width:181.25px;
	height:70px;
	float:left;
	border-right:solid 1px #a52e4c;
	border-bottom:solid 1px #a52e4c;

}
.divRoomBookOrderList dl dt{
	background-color:#E5E5E5;
	
	height:30px;
	line-height:30px;
	text-align:center;
}
.divRoomBookOrderList dl dd{
	text-align:center;
	line-height:40px;
	height:40px;

}

.divRoomBookOrderListTotal{
	font-size:14px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
.divRoomBookOrderListTotal span{
	margin-right:20px;
	color:red;
}


.divRoomBookContentBodyCustomer{
	clear:both;
	width:750px;
/*	border-left:solid 1px #a52e4c;
	border-right:solid 1px #a52e4c;
	border-bottom:solid 1px #a52e4c;*/
	padding-bottom:10px;
	overflow:hidden;
}
.divRoomBookContentBodyCustomer strong{
	/*background-color:#E5E5E5;
	color:#a52e4c;*/
	
	background-color:#a52e4c;
	color:#ffffff;
	width:740px;
	display:block;
	line-height:2.5em;
	padding-left:10px;
}

.divRoomBookContentBodyCustomer table{
	/*border:solid 1px #a52e4c;*/
	/*border-collapse:collapse;*/
	margin:10px 0px 5px 0px;
	width:750px;
	table-layout: fixed;
}
.divRoomBookContentBodyCustomer table tr{
	
}
.divRoomBookContentBodyCustomer table tr th{
	/*border:solid 1px #a52e4c;*/
	text-align:right;
	font-weight:normal;
	/*background-color:#e5e5e5;*/
	padding:4px 0px;
	width:120px;
}
.divRoomBookContentBodyCustomer table tr td{
	/*border:solid 1px #a52e4c;*/
	padding:4px 0px;
	text-align:left;
	padding-left:5px;
	/*background-color:#e5e5e5;*/
	padding-right:10px;
}

.divRoomBookContentBodyCustomer table tr td input[type="text"]{
	height:24px;
	line-height:24px;
	width:100%;
	font-size:12px;
	border:0px;
}
.divRoomBookContentBodyCustomer table tr td textarea{
	width:99.5%;
	height:80px;
	border:0px;
	padding-left:2px;
}
.divRoomBookContentBodyCustomer table tr td select{
	height:24px;
	width:99%;
	font-size:12px;
	border:0px;
}

.divRoomBookContentBodySubmit{
	margin:20px 0px;
	text-align:center;
}