﻿/****login box css start****/

.login_box {
    width: 470px;
    height: 294px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.login_box .login_btn {
    height: 30px;
    line-height: 30px;
    text-align: right;
    position: relative;
}

.login_box .login_btn .login_close {
    position: absolute;
    right: 10px;
    top: 0px;
    display: inline-block;
    width: 22px;
    height: 30px;
    cursor: pointer;
    background: url(/Web/template/style/images/login_close.jpg) center no-repeat;
}

.login_box .login_title {
    color: #4191bf;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}

.login_box .input-wrap{
    text-align:left;
    height:36px;
    line-height:36px;
    margin-top:15px;
    text-indent:0;
    width:97%;
    margin: 0 auto;
}

.login_box .input-wrap .name{
    font-weight:bold;
    color:#000;
    font-size:14px;
    display:inline-block;
    width:116px;
    text-align:right;
}

.login_box .input-wrap input {
    margin: 0px;
    padding: 0px 5px;
    height: 30px;
    line-height: 30px;
    width: 241px;
    font-size: 14px;
    border: solid 1px #e9e9e9;
    box-shadow: #ccc 0px 0px 1px inset;
}

.login_box .forgetpassword {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-indent: 150px;
}

.login_box .forgetpassword a {
    color: #028bd8;
    text-decoration: underline;
}

.login_box .login_btn_wrap {
    height: 56px;
    line-height: 56px;
    text-align: left;
    margin-top: 20px;
    text-indent: 124px;
}

.login_box .login_btn_wrap .btn_login_ok
{
    margin:0px;
    padding:0px;
    border:none;
    background:url(/static/images/loginbtns.jpg) 0px center no-repeat;
    width:102px;
    height:32px;
    display:inline-block;
    margin-left:0px;
    cursor:pointer;

}
.login_box .login_btn_wrap .btn_login_cancel
{
    margin:0px;
    padding:0px;
    border:none;
    background:url(/static/images/loginbtns.jpg) -114px center no-repeat;
    width:102px;
    height:32px;
    display:inline-block;
    cursor:pointer;
}

a {
    text-decoration: none;
    color: #000;
}
strong{
    font-weight: bold!important;
}
