﻿/*css reset-uimaker.com版权所有*/
html{*overflow:auto;}
#container{position:relative;background:url(/admin/img/loginlight.png) no-repeat center center;background-color:#0170a4;}

/*页面主体*/
#bd{min-height:430px;}
#main {
    position: relative;
    width: 640px;
    height: 426px;
    margin: 0 auto 0;
    background: url(/admin/img/loginbox.png) no-repeat;
    min-height: 443px;
}

/*logo*/
.login-box #logo {
    position: absolute;
    left: 68px;
    top: 7px;
    width: 68px;
    height: 72px;
    background: url(/admin/img/jtjklogo.png) no-repeat center;
    background-size:68px;
}
.login-box #logo2 {
	position: absolute;
	left: 39px;
	top: 0px;
	width: 128px;
	height: 100px;
	background: url(/admin/img/yhsylogo.png) no-repeat center;
	background-size: 128px;
}
.login-box h1 {
    position: absolute;
    left: 99px;
    top: 107px;
    width: 329px;
    height: 62px;
    background: url(/admin/img/loginname4.png) no-repeat;
}

.login-box h2 {
	position: absolute;
	left: 99px;
	top: 107px;
	width: 329px;
	height: 62px;
	background: url(/admin/img/loginname5.png) no-repeat;
}

/*登陆框*/
.login-box .input{position:absolute; left:78px; width:311px; height:39px;}
.login-box .input label{height:37px; line-height:37px; font-size:14px;}
.login-box .input input{position:absolute; left:67px; top:0; width:176px; height:39px; *line-height:39px;  padding:0 20px 0 48px; border:none; outline:none; }
.login-box .username{ top:217px;}
    .login-box .username input {
        background: url(/admin/img/userinput.png);
        font-size: 14px;
        font-weight: bold;
        color: #33AED8;
    }
.login-box .psw{ top:267px;}
    .login-box .psw input {
        background: url(/admin/img/passwordinput.png);
    }
.login-box .validate{ position:relative; top:317px;}
    .login-box .validate input {
        width: 204px;
        padding: 0 20px 0 20px;
        background: url(/admin/img/yzminput.png);
        font-size: 14px;
    }
    .login-box .validate .value {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 16px;
        line-height: 16px;
        color: #fff;
        font-size: 16px;        
    }

    .login-box .validate .value .imgcode {
        position: relative;
        height: 39px;  
        border-radius:0px 5px 5px 0px;
    }

/*风格*/
.styleArea{ position:absolute; left:409px; top:217px;}
    .styleArea .styleWrap {
        width: 133px;
        height: 39px;
        background: url(/admin/img/loginstyleinput.png);
    }
.styleArea .iselect-wrapper{top:2px;left:2px;border:none;width:105px;height:36px;line-height:36px;}
.styleArea .iselect-wrapper .iselect{height:39px;width:133px;*top:10px;}
.styleArea .iselect-wrapper .iselwrap-val{padding-left:10px;font-size:14px;}

/*登录按钮*/
#btn{ position:absolute; left:409px; top:317px;}
    #btn input {
        width: 133px;
        height: 39px;
        background: url(/admin/img/loginbtn.png);
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
    }
        #btn input:hover {
            background: url(/admin/img/loginbtn_active.png);
        }

/*页脚*/
#ft{position:absolute;bottom:40px;left:0;right:0;height:12px;width:100%; text-align:center; line-height:12px;color:#095071;}