﻿body {
}
#mainbox
{
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}
#nav
{
    list-style-type:none;    
}
#nav LI
{
    float:left;
    margin:2px,2px,2px,2px;
}
#clear
{
    clear:both;
}
.rightfloat
{
    float:right;
}
.leftfloat
{
    float:left;
    font-family:@华文行楷;
    color:Red;
}
.title
{
    font-family:@华文隶书;
    font-weight:bold;
    color:Purple;
}
 .error
 {
     background-color:Yellow;
     color:Red;
     font-family:@华文行楷
 }
 .firstpage
 {
     color:Gray;
     font-family:@华文彩云;
     font-size:large;
     font-weight:bolder
 }
 .d1
 {
     z-index:1;
     position:static;
     left:auto;
     right:auto;
 }
 .d2
 {
     z-index:2;
     position:absolute;
     top:400px;
     font-family:@华文彩云;
     font-size:larger;
     font-weight:bolder;
     margin-left:2px;
     margin-right:2px;
 }
 .alpha1
 {
     filter:alpha(style=3)
 }
 .alpha2
 {
     filter:alpha(style=2)
 }
 
 .barborder
{
 border-style:solid;

 border-width:1px;

 width:200px;

 vertical-align:middle;
 
}
.PasswordStrengthTextCss
{
background-color:#047AFD;
color:#ffffff;
font-family:Arial;
font-size:10pt;
padding: 2px 3px 2px 3px;
 }
 
 .bartype
{
  color:blue;
  background-color:green;
} 

.td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:1px 0px;}
.table{border:solid #add9c0; border-width:1px 0px 0px 1px;}