﻿*
{
    font: 1em;
    color: #282828;
    font-family: 'Microsoft YaHei';
}
body
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#imgbg
{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -10;
    min-width: 500px;
    min-height: 500px;
    top: 0px;
    left: 0px;
}
.wrap
{
    height: 376px;
    width: 416px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -208px;
    margin-top: -180px;
    background: none;
}
.ground
{
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.content
{
    text-align: center;
    height: 364px;
    width: 404px;
    top: 6px;
    left: 6px;
    position: absolute;
    background: #FFFFFF;
    background-repeat: no-repeat;
    width: 404px;
    height: 364px;
    position: absolute;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#txtUserName
{
    background: url('images/loginUser.png');
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 20px;
    font-weight: lighter;
    font-family: 'Microsoft YaHei';
}
.txtPassword
{
    background: url('images/loginPassword.png');
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 20px;
    font-weight: lighter;
    font-family: 'Microsoft YaHei';
}
.placeholder
{
    color: #a0a0a0;
}
.inputclass
{
    width: 300px;
    padding: 9px 0px 9px 10px;
    border: 2px solid #dedede;
}
.font
{
    color: #808080;
    font: 1em;
    font-family: 'Microsoft YaHei';
}
.gold
{
    color: #d9cc9f;
}
#head
{
    background: url('../DWcss/images/loginHeader.png');
    width: 404px;
    height: 91px;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
#SaveUsrPwd
{
    text-align: left;
    margin-left: 46px;
    width: 140px;
    float: left;
    display: block;
}
#SaveBtn
{
    margin-right: 19px;
    margin-top: 4px;
    float: right;
    display: block;
    width: 160px;
}
.cmdOK
{
    background: url('App_Themes/DWcss/images/loginButton.png');
    width: 105px;
    height: 35px;
    border: 0;
}
#Safety
{
    width: 300px;
    text-align: left;
    float: left;
    margin-left: 46px;
    margin-top: 30px;
}
#Safety a
{
    text-decoration: none;
}
#divuserpwd
{
    margin-top: 40px;
    display: block;
}
.btnClearUsrPwd
{
    border: 0px;
    background-color: #fff;
    color: #808080;
}
