body {
	　　　　font: normal 100% Helvetica, Arial, sans-serif;
　　
}
.page {
	overflow:hidden;
	width:100%;
}
.left {
	width:96px;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
.content {
	padding-left:106px;
	position:relative;
	min-height: 480px;
}
.navbar {
	overflow:hidden;
	width:100px;
}
.navbar a {
	display:block;
	font-size:12px;
	color:#333;
	padding:10px 15px;
	background:#EEF8F9;
	margin:0 10px 10px;
	text-align:center;
	text-decoration:none;
}
.navbar a:hover, .navbar .on {
	background:#BBDDE5;
}
.select_div {
	background: #F4FaFb;
	border: 1px solid #BBDDE5;
	padding: 5px;
	color: #808080;
	margin: 0 0 10px 0;
}
.select_div img {
	vertical-align: middle;
}
.userlist {
	background: #84BABF;
	border: 1px solid #BBDDE5;
	font-size:14px;
}
.userlist table {
	width:100%;
}
.userlist th {
	line-height: 24px;
	background: #38c;
	white-space: nowrap;
	color:#FFF;
	font-size:14px;
}
.userlist td {	
	line-height: 22px;
	text-align:center;
}
.pages {
	width:100%;
	text-align:center;
	font-size:14px;
	margin:10px 0 0 0;
}
.pages a, .pages a:visited, .pages .cur {
	display: inline-block;
	margin: 0 6px;
	padding:0 8px;
	height:25px;
	border: 1px solid #BBDDE5;
	color: #FFF;
	text-align:center;
	font-family:"Arial";
	line-height:25px;
	text-decoration:none;
	background-color:#38c;
	font-weight:200;
}
.pages a:hover {
	text-decoration: none;
	color:#000;
	background: #EEF8F9;
	font-weight:200;
}
.pages .cur {
	border:none;
	background: #666;
	color: #fff;
	font-weight:200;
	cursor:text;
}
.pages .cur:hover {
	background: #666;
	color: #fff;
}
.goods_des{ max-width:350px; overflow:hidden; font-size:12px;}
.redtext,.form b{ font-size:12px; color:#F00; font-weight:500;}
.form{ font-size:14px;}
.form p{ line-height:24px;}
.tablecss{
	background: #77AFB4;
border: 1px solid #BBDDE5;
}
.tablecss td{ background-color:#fff;}
.tablecss .tdc{
	line-height: 24px;
background: #38c;
white-space: nowrap;
color: #FFF;
font-size: 14px;
text-align:center;
font-weight:700;
width:100px;
}
textarea{
　　resize:none;
    width:280px;
	height:60px;
	margin:2px;
}
.plan{ max-height:300px; overflow-y:scroll;}