*{
	margin:0;
	padding:0;	
}
body{
	color:#666;
	font-family:"微软雅黑";
	font-size:13px;
}
ul,li{
	list-style-type:none;
}
h1,h2,h3,h4{
	font-weight:normal;
}
a{
	color:#666;
	text-decoration:none;
}
a:focus{
	outline:none;
	-moz-outline:none;
}
.common_body{
	width:1000px;
	min-height:500px;
	margin:10px auto;
	padding:10px;
	border:3px solid #ccc;
	border-radius:10px;
	box-shadow: -8px 8px 10px #999;
}
.common_body_h2{
	height:50px;
	line-height:40px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.common_body_title{
	border:1px solid #ccc;
	background:#bbb;
}
.common_body_title ul li{
	float:left;
}
.common_body_title ul li a{
	height:40px;
	line-height:40px;
	text-align:center;
	display:inline-block;
	color:#fff;
	padding:0 10px;
	border-right:1px solid #ccc;
}
.common_body_title ul li.select{
	background:#fff;
}
.common_body_title ul li.select a{
	color:#666;
	cursor:default;
}
.common_body_content{
	min-height:435px;
	border:1px solid #ccc;
	border-top:none;
	padding:10px;
}
.common_table{
	display:none;
}
#tab_table_1{
	display:block;
}
.common_table dl dd{
	line-height:50px;
}
.common_table dl dd label{
	width:130px;
	text-align:right;
	display:inline-block;
}
.common_table dl dd input.line_input_text{
	height:40px;
	line-height:40px;
	padding:0 5px;
	width:450px;
	font-size:14px;
	color:#666;
}
.form_button{
	padding:5px 20px;
	cursor:pointer;
	border:1px solid #ccc;
	border-radius:10px;
	color:#666;
	margin:20px 0 0 30px;
	box-shadow: -3px 3px 2px #999;
}
input.false_button{
	cursor:not-allowed;
}
.common_table dd .error{
	color:red;
}
.body_explain{
	background:#eee;
	margin-top:20px;
	padding:10px;
	line-height:25px;
	font-size:14px;
	word-wrap:break-word;
	box-shadow: 3px 3px 2px #999;
}
.body_explain .app_down_link:hover{
	text-decoration:underline;
	color:red;
}
.multiline_textarea{
  color: #666;
  font-size: 14px;
  height: 100px;
  line-height: 30px;
  padding: 0 5px;
  width: 450px;
}
.body_txt{
	color:#06f;
	padding:8px;
	line-height:30px;
	background:#ccc;
	box-shadow: 3px 3px 2px #999;
	border:1px solid #ccc;
}
.red{
	color:RED;
}
.blue{
	color:blue;
}
.green{
	color:green;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.qrcode_div{
	float:left;
	background:REd;
}
.qrcode_right{
	margin-left:20px;
}
.qrcode_txt{
	margin-top:10px;
	margin-bottom:15px;
	border:3px dashed #ccc;
	padding:10px;
}
.qrcode_txt h4{
	font-weight:bold;
	font-size:17px;
}
.common_table .label_nostyle{
	width:auto;
}
.vert_center{
	vertical-align:middle;
}
