@charset "utf-8";
.lyb {
	line-height:1.8em;
}
.Message{
	background:url(../img/order.png) no-repeat 550px 55px;
  margin:0 auto;
}
#Message {
	width:90%;
	height:auto;
	min-height:450px;
	padding:40px 0 20px 40px;
}
#Message p {
	padding:1px 0;
}
#Message .SingleText {
	border:#BBB 1px solid;
	line-height:35px;
	margin-top:4px;
	text-indent:0.5em;
	font-family:verdana,geneva,sans-serif;
	margin-bottom:15px;
	background:url(../images/message_bg.gif) repeat-x 0 -10px;
  width:45%;
	height:35px;
	color:#555;
	font-size:1.1em;
  padding: 3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
#Message .AreaText {
	border:#BBB 1px solid;
	line-height:20px;
	margin-top:6px;
	width:90%;
	font-family:verdana,geneva,sans-serif;
	margin-bottom:10px;
	background:#EDEDED url(../images/message_bg.gif) repeat-x top left;
	height:156px;
	color:#555;
	font-size:1.2em;
	padding:5px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
#Message .submit {
	border-bottom:medium none;
	border-left:medium none;
	width:105px;
	background:url(../images/btn_submit.gif) no-repeat center top;
	height:37px;
	border-top:medium none;
	cursor:pointer;
	border-right:medium none}
#Message .submit:hover {
	background:url(../images/btn_submit.gif) no-repeat center bottom;
}
#Message .submit2 {
	border-bottom:medium none;
	border-left:medium none;
	width:105px;
	background:url(../images/btn_submit2.gif) no-repeat center top;
	height:37px;
	border-top:medium none;
	cursor:pointer;
	border-right:medium none}
#Message .submit2:hover {
	background:url(../images/btn_submit2.gif) no-repeat center bottom;
}
#Message .code{
  width:70px;
}
#Message .code_img{
  cursor:pointer; 
  height:35px; 
  margin-top:-5px;
}
.tijiao{
  margin: 10px 0;
}
#Message select.SingleText{
  height: 45px;
  width: 45.8%;
}