﻿@charset "utf-8";
/*
    Project :FE system
    Page : Login 01
    Last Update :2010.11.19
    Author : Diego
*/
body,ul,li,h2,img,input{ padding:0; margin:0;}
ul,li{list-style:none; }
img,input{ border:none}
input{ padding:3px 0 0 3px;}
a{text-decoration: none; text-align:center; }

body{ background:#eee url(../images/login_bg.jpg) repeat-y center center; no-repeat center center;background-attachment: fixed;}
/*整个登录界面的规格and背景*/
.container{background:transparent url(../images/bgimage.jpg) no-repeat -20px -20px; background-size: 100%}
.loginBox{background:url(../images/loginbox.png) no-repeat 0px 0px; background-size: 100%}

.container{width:1350px; height:700px; position:absolute; top:0px; left:0px; margin-left:0px; margin-top:0px;}

/*登录框规格*/
.container .loginBox{width:400px; height:450px; float:right; padding:0 6px; font-family: "Microsoft YaHei"; font-size:16px;margin-top:100px;margin-right:150px;}

/*登录框上中下三块，1.标题、2.录入内容、3.工具*/
.loginBox h2{width:330px; margin:0 auto; height:80px; border-bottom:solid 1px #c0c0c0; background:url(../images/fe_loginti.png) no-repeat 0 70%;}
.loginBox h2 span{ display:none}
.loginBox .LC{height:250px; width:80%; margin:0 auto; padding-top:30px; padding-left:15px;}
.loginBox .F_tool{border-top:solid 1px #c0c0c0; height:32px; padding:16px 0 0 0;}
.loginBox .F_tool{border-top:solid 1px #c0c0c0; height:32px; padding:16px 0 0 0;}
/*用户名、密码、验证码、登录按钮*/
.LC li{margin-top:5px;}
.UN,.PW,.V_show{height:55px; line-height:22px;}
.UN *,.PW * {float:left;}
.UN input,.PW input{font-family:Verdana; font-size:20px; color:#666;font-weight:bold;letter-spacing:1px; width:215px; height:32px; border:0 none; background:transparent; margin-left:43px; margin-top:1px;line-height:32px;height:32px;placeholder:'请输入内容';}
.UN,.PW span{color:#454545;letter-spacing:1px; line-height:30px;}

.UN div {width:275px; height:45px; background:url(../images/inputbg_user.png) no-repeat 0 0;}
.PW div{width:275px; height:45px; background:url(../images/inputbg_pw.png) no-repeat 0 0;}


.V_show input[name='validCode']{width:129px; height:45px; background:url(../images/inputbg_yzm.png) no-repeat 0 0px; border:0 none;font-family:Verdana; font-size:30px; vertical-align: middle;line-height:38px;text-align:center;}
.V_show img{width:65px; height:22px; margin-left:2px; vertical-align:-3px;}
.btn{height:47px; padding-top:center;}
.btn a{ display:block; width:273px; height:47px; line-height:47px; background:url(../images/login_but03.png) no-repeat 0 0; color:#fff; font-size:16px; font-family: "Microsoft YaHei";
 font-weight:bold; }
.btn a:hover{ background:url(../images/login_but03.png) no-repeat 0 0; color:#fff; position:relative; top:0px; left:0px;}
.btn a:active{ background:url(../images/login_but03.png) no-repeat 0 0; color:#555; position:relative; top:0px;left:0px;}
/*隐藏验证码*/
.V_hidden{ display:none;}
/*3.工具*/
.F_tool{ width:330px; overflow: hidden; text-align:left; margin:10px auto;}
.F_tool li{/* width:100px;*/ margin:0 auto;color:#555;height:24px; float:left; }
.F_tool li.about a{background:url(../images/about.png) no-repeat ;background-position-x:0px;background-position-y:center ;padding-left: 15px; color:#555; margin-left: 5px;}
.F_tool li.down a{display:block; padding:0 0 0 12px; background:url(../images/login_download01.gif) no-repeat 0 center; color:#555; margin-left:5px; }
.F_tool li.down a:hover{background:url(../images/login_download02.gif) no-repeat 0 center; color:#097c25;}
.F_tool li.tools a{display:block; padding:0 0 0 12px; background:url(../images/mobile.gif) no-repeat 0 center; color:#555; margin-left:5px; }
.F_tool li.sep {width:20px;text-align:center;}
.F_tool li b{color:#F00;}
.UN span{ display:none;}
.PW span{ display:none;}

