/* ================== 1.1 CSS Reset ================== */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img{ margin:0; padding:0; border:0 }
address, caption, cite, code, dfn, em, strong, th, var, option{ font-style:normal; font-weight:normal }
dl,dt,dd,ul,ol,li{ list-style-image:none; list-style-position:outside; list-style-type:none }
caption, th{ text-align:left }
th{ padding-right:5px; height:25px; line-height:25px; text-align:right; font-weight:bold }
h1, h2, h3, h4, h5, h6{ font-size:100% }
em{ font-style:normal }
strong{ font-weight:bold }

body {
	scrollbar-face-color: #c6ebde;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #39867b;
	scrollbar-3dlight-color: #39867b;
	scrollbar-arrow-color: #330000;
	scrollbar-track-color: #e2f3f1;
	scrollbar-darkshadow-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif, ËÎÌå;
	font-size: 9pt;
	line-height: 150%;
	text-decoration: none;
	color:#666666;
	background: #eef9ff url("../img/admin/login-bg.jpg") repeat-x top left;
}
input {
	font-size: 9pt;
	height: 20px;
}
button {
	font-size: 9pt; height: 20px
}
p{
	font-size:12px;
	margin:0px 10px 0 10px;
}

.main{
	width:1000px; height:520px; overflow:hidden;
	background:url("../img/admin/login-main-bg.jpg") repeat-x top left;
}
.login{
	margin:210px 0 0 588px;
	width:195px; height:140px;
}
.login input{ border:none; background:none }
.login .user input{ width:180px; height:18px }
.login .pass input{ margin:44px 0 0 0; width:180px; height:18px }
.login .submit input{ margin:22px 0 0 -8px; width:75px; height:30px }