/* The CSS Document is designed by King 06/2014 */
@charset "utf-8";

/* ====== 通用 ====== */
body { background-image:url(../images/bg_login.png); background-repeat:repeat;}
* { margin:0px; padding:0px; font-family:"\5FAE\8F6F\96C5\9ED1",  "\5B8B\4F53", "\9ED1\4F53", "Lucida Grande", "Verdana", "Tahoma", "Lucida", "Arial", "Helvetica", "sans-serif"; font-family:"微软雅黑"; }
p { text-indent:0; text-align:justify; text-justify:inter-ideograph; line-height:1.5; }

a { text-decoration:none; }
a:hover { text-decoration:none;}

.ul { display:inline; }
.li { float:left; list-style:none; }

.Webdings { font-family: Webdings; }

#left { float:left; }
#right { float:right; }
#clear { clear:both; visibility:hidden; }

#preloadedImages { display:inline; 
background-image:url(url);
background-image:url(url);
} 

.radius {-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px}


/* == 头部-LOGO == */
.topwidth { width:100%; height:70px; background-image:url(../images/bg_login_top.png); background-repeat:repeat-x;}
.top { width:1000px; height:70px; margin:0 auto; }

.logo {  width:370px; height:30px;}
.logo img { float:left;border:0; margin:15px 0 0 0px; }
.help { float:right; font-size:16px; margin-top:25px;}
.help span { color:#F00;}
.headNav { float:right; width:25px; height:25px; margin:15px; }
.headNav img { width:25px; height:25px; border:0; }
.headNav1 { float:right; width:28px; height:22px;  margin-top:auto; margin-right:15px; }
.headNav1 img { width:28px; height:22px; border:0; }

/* == 用户登录 == */
.main { width:1000px; margin: 0 auto; height:450px; border-bottom:#CCC solid 1px;}
.left { float:left; margin-top:20px; height:356px; width:608px;}
.right { float:right; width:322px; height:291px; margin-top:30px; background:url(../images/bg_login_dl.png); background-repeat:no-repeat; padding:35px;}
.login {font-size:20px;}
.user { margin:20px 5px 0 5px; background-color:#FFF; border:1px #CCC solid; height:100px; }
.userName { border-bottom:#CCC 1px solid; height:50px;}
.userName img{text-align:center;  position:relative; margin:15px; position:absolute; width:19px; height:19px;}
.userName input { float:right; width:240px; height:40px;  line-height:40px; background:none; border:none; font-size:14px; font-weight:normal; color:#666666; margin-right:20px; margin-top:5px;}
.userPassword {height:50px;}
.userPassword img{text-align:center;  position:relative; margin:15px 16px; position:absolute; width:17px; height:19px;}
.userPassword input { float:right; width:240px; height:40px;line-height:40px; background:none; border:none; font-size:14px; font-weight:normal; color:#666666; margin-right:20px; margin-top:5px;}
.account{ margin-top:10px; height:30px;}
.choose { float:left; font-size:14px; color:#666;}
.choose input{ position:static; margin-right:5px;}
.forget { float:right; color:#0F5798; font-size:14px;}
.forget a { color:#0F5798;}
.loginBtn { background:#0F5798; width:99%; height:30px; line-height:30px; text-align:center; color:#FFF; font-size:14px;}
.loginBtn a {  color:#FFF; height:30px; font-size:14px; padding:0 20px; display:block;}


/* == 脚部-版权 == */
.footer {width:100%; background:#404040; margin-top:30px; text-align:center;}
.copyright { width:1000px; height:80px; font-size:14px; font-weight:normal; color:#fff; line-height:80px; margin:0 auto;}
.footerleft { float:left;}
