* {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

body {
    font-size: 14px;
    font-family: tahoma,arial,Hiragino Sans GB;
    color: #4D4D4D;
}
div.top
{
    height: 85px;
    margin: 15px auto 5px;
    width: 990px;
}
div.main{
    width: 990px; 
    height: 400px;
    margin: 0px auto;
    position: relative; 
    background: url("../images/loginBg.jpg") no-repeat center center;
} 
div.logininput1{
    background: url("../images/loginicon1.png") center center;
}
div.loginForm{
    /*border: 1px solid #CDCDCD;*/
    padding: 20px 38px;
    width: 224px;
    position: absolute;
    top: 50px;
    right: 50px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0px 0px 5px #cccccc; -webkit-box-shadow:0px 0px 5px #cccccc; box-shadow:0px 0px 5px #cccccc;
    border-radius: 5px;
    color: #ffffff;
}
div.loginForm label.label1{
    display: block;
    margin-left: 0;
    text-align: left;
    width: auto;
   
    border-bottom: 1px solid #ffffff;
    font-size: 20px;
    font-weight: 500;
    height: 30px;
    line-height: 21px;
    margin-bottom: 8px;
}
div.loginForm input[type="text"],div.loginForm input[type="password"]{
    font-size: 14px;
    width: 198px;
    color: #A09E99;
    height: 29px;
    line-height: 28px;
    margin-top: 1px;
}
div.inputstyle1,div.inputstyle2{
    display: block;
    border: 1px solid #A09E99;
    background: #ffffff;
    font-size: 14px;
    height: 30px;
    /*padding: 7px 3px;*/
    padding:0px 3px 0px 25px;
    width: 196px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #DDDDDD inset;
    margin: 20px 0px;
    color: #A09E99;
}
div.inputstyle1{
    background: url("../images/loginicon1.png") #ffffff no-repeat 0px center;
    margin-top: 10px;
}
div.inputstyle2{
    background: url("../images/loginicon2.png") #ffffff no-repeat 0px center;
}
div.loginForm input[type="text"].logininput1{

}
div.loginForm input[type="text"].logininput1:focus{
    color: #4D4D4D;
}
div.loginForm input[type="password"].logininput2{

}
div.loginForm input[type="password"].logininput1:focus{
    color: #4D4D4D;
}
div.loginForm input[type="submit"]{
    display: block;
    margin-top: 15px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: url("../images/button.png") no-repeat center center;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}
#LoginError{
    margin-top: 20px;
    color:red;
}
.ForgetPassword
{
    color: #ffffff;
    display: block;
    font-family: verdana,tahoma,sans-serif;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    text-decoration: none;
}
.ForgetPassword:hover{
    text-decoration: underline;
}
.RememberMeLabel
{
    font-size: 14px;
}

div.dialogInfo input[type="text"]{
    display: block;
    border: 1px solid #A09E99;
    font-size: 12px;
    height: 15px;
    /*padding: 7px 3px;*/
    padding:7px 3px 7px 25px;
    width: 96%;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px 1px #DDDDDD inset;
    margin: 20px 0px;
    color: #A09E99;
}
/**-----弹出窗口--------**/
.dialogDiv
{
    width: 600px;
    display: none;
    position: absolute;
    top: 100px;
    border: 1px solid #cccccc;
    border-radius:3px;
    z-index: 101;
    overflow: auto;
    background: #ffffff;
}

.dialogDiv .dialogTitle
{
    background: none repeat scroll 0 0 #2B83D8;
    border-bottom: 1px solid #8DBCEA;
    color: #FFFFFF;
    cursor: move;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
}
.dialogDiv .dialogInfo{
    background: #ffffff;
    padding: 10px 15px;
}
.dialogDiv .dialogInfo input[type="text"]{
    padding: 7px 2px 7px 0px;
    width: 100%;
}
.dialogDiv .dialog_del{
    height: 16px;
    width: 16px;
    background: url("/Content/images/dialog_del_login.png") no-repeat;
    position: absolute;
    top:8px;
    right: 12px;
    display: block;
    cursor: pointer;
}
.btnstyle1{
    padding: 3px 10px;
    min-width: 50px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;

    border: 1px solid #ccc;
    border-bottom-color: #bbb;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    color: #ffffff;
    background-color: #2280ba;
    background-repeat: repeat-x;

    background-image: -khtml-gradient(linear, left top, left bottom, from(#2591d4), to(#2280ba));
    background-image: -moz-linear-gradient(top, #2591d4, #2280ba);
    background-image: -ms-linear-gradient(top, #2591d4, #2280ba);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2591d4), color-stop(100%, #2280ba));
    background-image: -webkit-linear-gradient(top, #2591d4, #2280ba);
    background-image: -o-linear-gradient(top, #2591d4, #2280ba);
    background-image: linear-gradient(top, #2591d4, #2280ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2591d4', endColorstr='#2280ba', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #2280ba #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btnstyle1:hover{
    background-position: 0 -15px;
}
div.footer {
    width: 990px;
    text-align: center;
    margin: 30px auto 10px auto;
}
div.contentcnt_info{
    color: #000000;
    font-family: verdana,sans-serif,serif; 
    font-size: 12px;
    line-height: 24px; 
}
div.contentcnt_info img {
    display: block;
    margin: 10px auto 0px auto;
} 
div.contentcnt_info a {
    text-decoration: none;
}
div.contentcnt_info a:hover {
    text-decoration: underline;
}