.clear{
	clear:both;
}
a{
	color:blue;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/*填写预定信息、支付定金、入住并点评*/
#Tradingstep{
	width:960px;
	height:40px;
	line-height:40px;
	margin:0 0 20px 0;
}
#Tradingstep ul li{
	width:150px;
	margin:0 10px 0 0;
	float:left;
	display:block;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
}
.fillin{
	background:url(../Order/images/nowstep.jpg) no-repeat;
	font-weight:bold;
}
.payment,.checkincmt{
	background:url(../Order/images/nextstep.jpg) no-repeat;
}


/*房客信息标题*/
.orderInfo-title{
	width:960px;
	height:30px;
	line-height:30px;
}
.orderInfo-title span{
	width:100px;
	height:30px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	background:url(../Order/images/orderinfotitlebg.jpg) no-repeat;
}
/*第一部分，房客信息开始*/
.GuestInfo{
	width:960px;
	height:350px;
	border-top:2px solid #33847D;
	margin:0 0 20px 0;
}

/*左侧，房客信息填写部分*/
.GuestInfoleft{
	width:350px;
	height:250px;
	float:left;
	padding:50px 60px;
	border-bottom:1px solid #e7e7e7;
}
.remind{
	color:#FF0000;
}
.field{
	color:#006666;
	font-size:14px;
}


/*右侧，预定房屋信息部分*/
.GuestInforight{
	width:470px;
	height:350px;
	float:right;
	background-color:#EFEFEF;
	padding:0 10px 0 10px;
}
/*您预定的房间*/
.houseintro{
	width:450px;
	height:60px;
	line-height:20px;
	background-color:#FFFFFF;
	margin:10px 0 0 0;
	padding:10px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-webkit-box-shadow:5px 5px 7px #999;
}
.Q1{
	color:#006666;
}


/*订单信息*/
.OrderInformation{
	width:920px;
	padding:20px;
	border-top:2px solid #33847D;
}
.OrderInformation table{
	width:920px;
	border:1px solid #e7e7e7;
}
.OrderInformation table td{
	border:1px dashed #e7e7e7; 
	padding-left:20px;
}
.OrderInformation label{
	color:#006666;
	font-weight:bold;
}


/*交易规则*/
.RuleInfo{
	width:920px;
	padding:20px;
	border-top:2px solid #33847D;
	line-height:20px;
	margin:0 0 50px 0;
}
/*提交订单按钮*/
.submitorder{
	width:960px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:0 0 50px 0;
}
#suborderbtn{
	width:150px;
	height:30px;
	color:#FFFFFF;
	background:url(../Order/images/suborderbtn.jpg) no-repeat;
}
