@charset "iso-8859-1";
html {width:100%; height:100%;}
body {
background:#FFF;
margin:0;
font-size:12px;
font-family:tahoma,arial,sans-serif;
}
a {
color: #507ea4;
text-decoration: none;
}
.Button {
background-color:lightskyblue;
background-image:url(button.gif);
border:medium none;
color:#FFFFFF;
cursor:pointer;
font-size:13px;
font-weight:bold;
height:28px;
margin-right:10px;
width:100px;
}
.input {
border:1px solid #7F9DB9;
padding:5px 3px;
width:170px;
}
.header, .content, .footer {
clear:both;
}
.container { 
width:860px;
clear:both;
margin:0 auto;
text-align:left;
}
.head {
width:100%;
height:55px;
border-bottom:5px solid #1da0d2;
}
.head .logo {
width:480px;
height:55px;
float: left;
background-image: url(logo.gif);
}
.head .topLink {
float:right;
margin:35px 10px 0 0;
}
.head .topLink a:hover {
text-decoration: underline;
}
.content {
width:100%;
padding:50px 0;
border-top:1px solid #b7c9dc;
}
.content table ,.pwd_strength_tip{
margin-left:200px;
}
.content table tr {
height:50px;
}
.content table th, .content table td {
padding:0 0 0 3px;
color:#626262;
}
.content table th {
font-weight:normal;
padding-left:15px;
text-align:right;
}
.content table caption {
color:#156F98;
font-size:20px;
font-weight:bold;
padding-bottom:20px;
text-align:left;
white-space:nowrap;
}
.content table .titleNote {
color:#626262;
font-size:12px;
font-weight:normal;
padding-left:10px;
}
.content table .titleNoteError {
font-size: 12px;
font-weight: normal;
padding-left: 10px;
color: #FF0000;
}
.content table .code {
margin-top:5px;
}
.footer {
width:100%;
border-top:1px solid #b8c3c5;
padding:6px 0;
text-align:center;
color:#89a2a6;
}
.op_result {
color: #156F98;
font-size: 14px;
font-weight: bold;
padding-bottom: 20px;
text-align: left;
white-space: nowrap;
line-height:30px;
}
.strength_FAIR, .strength_GOOD, .strength_STRONG {
font-weight: bold;
padding: 0 2px;
}
.strength_FAIR {
color: #f5ac00;
}
.strength_GOOD {
color: #6699cc;
}
.strength_STRONG {
color: #3ABB1C;
}