@charset "utf-8";
/*
	background-attachment: fixed; 背景固定
	behavior: url("/css/hover.htc"); IE6 支持hover
	behavior: url(/css/iepngfix.htc); IE6 支持png背景
	
	background: url(http://www.snowangel.cn/images/angel.png) no-repeat !important;  其他浏览器透明背景
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src="http://www.snowangel.cn/images/angel.png"); IE6透明背景
	_background:none; IE6透明背景
*/
  
 /*留言*/
.lyb {
	line-height:1.8em;
}
.Message{
	background:url(../images/yuding.png) no-repeat 480px 40px;
  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.2em;
  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;
}