@CHARSET "UTF-8";

/*创建导航栏代码*/
html {
	height: 100%;
}

#wraper {
	height: 600px;
	width: 1000px;
	padding: 15px;
	margin: 30px auto;
	position: relative;
	background: #FFFFFF url(images/page_bg.jpg) 20px 30px no-repeat;
	/*圆角
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	*/ /*阴影*/
	-moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
	behavior: url(pie.htc);
}

/*弹出代码生成菜单*/
#createcode {
	display: none;
}

#usealert_msg {
	width: 430px;
	height: 30px;
	line-height: 30px;
	color: #333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ffe7c6;
	border: 1px #f1bf71 solid;
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding:0 20px;
	 font-family:"Microsoft YaHei", "微软雅黑", Arial;
	 font-size:13px;
	 text-align:center;
}
#usealert_msg a {
   font-family:"Microsoft YaHei", "微软雅黑", Arial;
   font-weight:normal;
}
/*引导框*/
#level_01 {
 width:1003px;
 height:45px;
 position:absolute;
 top:17px;
 left:10px;
 border:3px #ee9406 solid;
 	/*圆角*/
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	z-index:100000001;
}
#level_02 {
 width:394px;
 height:250px;
 position:absolute;
 top:45px;
 left:10px;
 border:3px #ee9406 solid;
 	/*圆角*/
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	z-index:100000001;
}
#level_03 {
 width:138px;
 height:135px;
 position:absolute;
 top:45px;
 left:600px;
 border:3px #ee9406 solid;
 	/*圆角*/
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	z-index:100000001;
}
.yindaokuang {
  display:none;
}