@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
margin: 0; padding: 0;  border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } 
body { line-height: 1; height:100%; min-height:100%; color:#b8d200;}
html{ height:100%; min-height:100%; background-color:#b8d200; } 
ol, ul { list-style: none; } 
blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after {  content: '';  content: none; } 
:focus { outline: 0; } 
ins { text-decoration: none; } 
del {  text-decoration: line-through; } 
table {  border-collapse: collapse;  border-spacing: 0; }

#header{ width:100%; height:40px; background-color:#535353; border-bottom:#FFFFFF 1px solid;}
#header a{ font-size:15px; color:#FFFFFF; padding:0 15px; line-height:40px; text-decoration:none;}
#wrap{ display:block; height:100%; min-height:100%; background:url(../../images/login_bg.jpg) repeat-x; color:#FFFFFF; overflow:hidden; zoom:1;}
#login_wrap{ display:block; width:340px; height:270px; margin:120px auto; -webkit-border-radius: 8px; -moz-border-radius: 8px; -moz-box-shadow: 1px 1px 10px #758507;-webkit-box-shadow: 1px 1px 10px #758507; background:#FFFFFF; }
.login_top{ height:135px; border-bottom:#CCCCCC 1px solid; padding:30px;}
.login_top p{ font-size:15px; color:#7d7d7d;}
.keyname{border:#CCCCCC 1px solid;width:270px; height:25px; padding:3px 5px; *padding:3px 5px; margin:8px 0; font-size:15px;  background-color:#F6F6F6; -webkit-box-shadow: #CCC 0px 0px 5px inset; vertical-align:middle;}
.username{ margin-bottom:15px;}
.login_bot{ background-color:#f1f6f8; height:32px; border-top:#FFFFFF 1px solid; padding:20px; -webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px; }
.remember{ font-size:13px; color:#9baab0; float:left; margin-left:5px; margin-top:5px;}
.enter{display:block; width:79px; height:33px;float:right;}
.enter a{ display:block; width:79px; height:33px; background:url(../../images/login_btn.gif) no-repeat; text-indent:-9999px;  margin-right:8px;}
.enter a:hover{background:url(../../images/login_btn2.gif) no-repeat;}
.footer{
	width:100%;
	height:86px;
	margin:-86px 0 0 0;
	position:relative;
}
.footer img{ position:absolute; top:-55px; right:45px;}
