/*预约表单*/
#yuyue1 {
	width:100%;
	margin-top:1.5em
}
#yuyue1 .yy_title {
	height:2em;
	line-height:2em;
	background-color:#ffde00;
	padding-left:1.8em;
	padding-bottom:.4em;
	font-size:1.125em;
	color:#000;
	margin-top:-2px;
}
#yuyue1 .yy_content {
	background-color:#ffde00;
	line-height:2.8em;
	padding:0 2em 1.2em;
}
#yuyue1 .yy_content .input1,#yuyue1 .yy_content .input2 {
	width:100%;
	font-size:1em;
	height:2.5em;
	background-color:#fff;
	border:none;
	margin-bottom:.625em;
	color:#666;
	line-height:2.5em;
	font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,sans-serif,Simsun;
}
#yuyue1 .yy_content .input2 {
	width:48%;
	float:left;
}
#yuyue1 .yy_content .yy_btn {
	width:100%;
	height:2.5em;
	background-color:#fa4c06;
	color:#fff;
	line-height:2.5em;
	border-radius:3px;
	text-align:center;
}
