﻿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;

}
.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;
	line-height:26px;
}

.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:26px;
	padding-left:10px;
}

.divRoomBookContentBodyOrderDetail table{
	/*border:solid 1px #a52e4c;*/
	border-collapse:collapse;
	margin:20px 10px 5px 10px;
	width:750px;
}
.divRoomBookContentBodyOrderDetail table tr{
	
}
.divRoomBookContentBodyOrderDetail table tr th{
	/*border:solid 1px #a52e4c;*/
	text-align:right;
	font-weight:normal;
	background-color:#e5e5e5;
	padding:4px 0px;
	width:115px;
}
.divRoomBookContentBodyOrderDetail table tr td{
/*	border:solid 1px #a52e4c;*/
		padding:4px 0px;
	text-align:left;
	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:#ffffff;
	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:#A52E4C;
	
	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;
}
.divRoomBookContentBodyIntroduceContent{
	padding:10px 0px 10px 0px;
}
.divRoomBookContentBodyCustomerContent{
	line-height:25px;
	padding:10px 0px 10px 0px;
}
.divRoomBookContentBodyCustomer strong{
	background-color:#A52E4C;
	color:#ffffff;
	width:740px;
	display:block;
	line-height:26px;
	padding-left:10px;
}

.divRoomBookContentBodyCustomer table{
/*	border:solid 1px #a52e4c;*/

	margin:20px 0px 5px 0px;
	width:750px;
}
.divRoomBookContentBodyCustomer table tr{
}
.divRoomBookContentBodyCustomer table tr th{
/*	border:solid 1px #a52e4c;*/
	text-align:right;
	font-weight:normal;
	background-color:#e5e5e5;
	padding:4px 0px;
	width:145px;

}
.divRoomBookContentBodyCustomer table tr td{
	/*border:solid 1px #a52e4c;*/
	padding:4px 0px;

	text-align:left;
	padding-left:5px;
	background-color:#e5e5e5;
}

.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%;
	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;
}

.divInlineImage{
	background-image:url("../picture/inline1.jpg");
	width:100%;
	height:180px;
	background-position:center center;
	clear:both;
}

#divJobList table{
	cursor:pointer;
}