﻿html, body
{
  height: 100%;
  padding:0;
  margin:0;
}

body
{
  min-height: 250px;
  text-align: center;
  min-width: 402px
}

.FirstDIV
{
  margin-top: -125px; /* SecondDIV高度的一半  */
  float: left;
  width: 100%;
  height: 50%;
}

.SecondDIV
{
  clear: both;
  /*background: #CCCCCC;*/
  margin-left: auto;
  overflow:hidden ;
  width: 400px;
  margin-right: auto;
  height: 250px;
  text-align: left
}

/****内容****/    

body,td,th{
    margin-top: 0px; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-bottom: 0px;
}
.style4 {color: #F09D03}
.style5{ background-color:#799ae1; font-size:14px; font-weight:bold;}
.style10 {color: #FFFFFF}
*
{
    font-size: 12px;
    font-family: Verdana,Arial;
    color: #333333;
}
.msg
{
    width: 320px;
    background: #FFFFFF url('../images/login/msgbg.gif') repeat-x;
    margin: auto;
}
.head
{
    letter-spacing: 2px;
    line-height: 29px;
    height: 26px;
    overflow: hidden;
    font-weight: bold;
}
.mr
{
    float: right;
    background: url('../images/login/msg.gif') no-repeat 0 -34px;
    width: 4px;
    font-size: 1px;
}
.ml
{
    color: #FFFFFF;
    background: url('../images/login/msg.gif') no-repeat 0 0;
    padding-left: 10px;
}
.content
{
    border-left: 1px solid #7998B7;
    border-right: 1px solid #7998B7;
    border-bottom: 1px solid #7998B7;
    background: #FFFFFF url('../images/login/login.gif') no-repeat 0 0px;
    padding: 10px;
    line-height: 200%;
    word-break: break-all;
    border-top: none;
}
form
{
    margin: 0px;
}
a:link, a:visited, a:active
{
    color: #ABBBD6;
    text-decoration: none;
}
.tip
{
    color: #ABBBD6;
}
.inp
{
    border: #86A2C0 1px solid;
    color: #000000;
}
.c_p
{
    cursor: pointer;
}
#kb
{
    position: absolute;
    z-index: 999;
    border: #7F9DB9 1px solid;
    background: #F1FAFF;
}
.btn
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url( '../images/login/btn.gif' ) no-repeat;
    height: 20px;
    line-height: 20px;
    width: 65px;
    cursor: pointer;
}
.style1
{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    cursor:hand;
}
.style2
{
    display: none;
    border-style: none;
    border-color: inherit;
    border-width: medium;
}

/*agui-2011-12-25*/
#kb
{
    position: absolute;
    z-index: 999;
    border: #7F9DB9 1px solid;
    background: #F1FAFF;
}
#kb input
{
    padding: 1px 6px 1px 6px;
    cursor: pointer;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 18px;
}
