﻿/*
author: kudy
site: www.kudystudio.com
date: 2012-06-20
版权所有：本岛工作室 [使用此后台模板必须保留此信息]
*/

html,body{ background: #B2BCCC; overflow:hidden; height:100%; }
.login table{ width:100%; height:auto; }
.hide{ display:none; }
.middle{ vertical-align:middle; }
.login{ width:100%; min-height:100%; height:100%; }
.login_top { height:41px; background: url(../images/login-top.gif) repeat-x; }
.login_title { color: #CED3DF; line-height: 28px; font-size:18px; font-weight:bold; border-bottom:1px solod #6C869F; }
.login_middle_1 { width:100%; height:138px; background: url(../images/login_middle_1.gif) repeat-x; }
.login_middle_2 { width:100%; background: #EAEDF4; }
.login_middle_3 { width:100%; height:138px; background: url(../images/login_middle_3.gif) repeat-x; }
.login_welcome{ float:right; width:242px; height:138px; margin-right:250px; background: url(../images/login-welcome.gif) no-repeat; }
.login-bottom { color: #ABCAD3; font-size: 10px; font-weight:bold; height:20px; background: url(../images/login-bottom.gif) repeat-x; }
.login_form_pad{ width:25%; }
.login_form_label{ width:50px; height:38px; line-height: 38px; color: #333333; }
.login_input { width:176px; height:18px; line-height:18px; border: 1px solid #6C869F; }

/* 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;
}