@CHARSET "UTF-8";
body {
	margin:0px;
	padding:0px;
	background:#FFF;
	font-family:tahoma,arial,simsun,sans-serif;
	font-size: 12px;
	display:inline;
}
a { color:#06c;}
a:hover { color:#ff7031;}
img { border:0; vertical-align:middle;}
form {margin:0px}

.clear-both {
 font: 0px/0px sans-serif;
 height:0px;
 clear: both;
 display:block;
}/*清除浮动*/

#bodybg{
	background:url(/images/body_bg.jpg) repeat-x bottom left;
}

#wrap{
	margin:auto;
	width:950px;
	background:#FFF;
}
#header{
	width:950px;
	height:86px;
}
#header .logo{
	float:left;
	width:276px;
	height:86px;
}
#header .menu{
	float:right;
	margin-top:30px;
	width:600px;
	height:25px;
	line-height:25px;
}

#login {
	width:950px;
	height:385px;
	margin:0px;
	padding:0px;
	background:url(/images/manage/banner.jpg) no-repeat top left;
}
#logincont{
	float:left;
	width:620px;
	height:255px;
	margin:208px 0px 0 0;
}
#userlogin {
	float:left;
	width:260px;
	height:233px;
	margin:178px 0px 0 10px;
	padding:48px 10px 10px 10px;
	border:1px solid #FF6600;
	background:#FFF;
}

#userlogin p {width:260px;height:25px;margin:0 0 8px 0;}

#userlogin label {width:65px;height:22px;line-height:28px;text-align:right;display: block;float:left;overflow:hidden;}
#userlogin .input_text {
	width:180px;
	height:20px;
	border-color:#7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
	border-style:solid;
	border-width:1px;
	font-size:12px;
	line-height:120%;
}
#userlogin .pass{float:left;margin:0 0 0 2px;width:90px;}
#userlogin span{margin:0 0 0 10px;}
#userlogin .submit {
	width:61px;
	height:21px;
	background:url(/images/manage/buttom.png) no-repeat left bottom;
	border:0px;
}

#foot{
	clear: both;
	margin:18px 0 0 0;
	padding:10px 0 0 0;
	width:950px;
	height:60px;
	border-top:1px dotted #CCC;
	text-align:center;
	color:#CCC;
	line-height:25px;
}
