﻿@charset "utf-8";
/* CSS Document */

*{ margin:0 0; padding:0 0;}
a:hover{ text-decoration:none; color:#015186;}
body{ background-color:#075f9d; font-size:13px; color:#015186;}

.login_kuang {  width:402px; height: 200px; margin: 200px auto 0; }
.top_1 { background-image:url(../images/login_topbg.jpg) ; background-repeat:no-repeat; height:105px;}
.top_1 p:nth-child(1){ display:block; font-size:28px; line-height:54px; text-align:center; color:#bff36d; padding-top:10px; }
.top_1 p:nth-child(2){ font-size:14px; line-height:24px; text-align:center; color:#bff36d;}
.input_kuang { background:url(../images/login_mdbg1.gif) repeat-y;}
 .input_kuang table td {
        line-height:35px;
    }
.dibu { background:url(../images/login_m_bg2.gif) top no-repeat; padding-top:10px;}
.dibu p{ color:#BEDCF1; line-height:44px; text-align:center;}
.shuruk { padding-top:15px; margin-left:70px;}
.shuruk tr td{ height:35px; }
.bt{ width:50px; height:25px; border:none;background:url(../images/login_bt.jpg) no-repeat; cursor: pointer;}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
.input_login {
    width:140px;
    height:19px; 
    line-height:19px;
    border:none; 
    border:1px solid #c7d4dc;
    padding:0 4px;
}