/* CSS Document */
body{ background:#FFF; }
#page { width:978px; border:1px solid #EEE; background:#FFF; }
.loginWrap { width:520px; margin:0 auto; }
.loginTitle { width:520px; padding:50px 0 100px 0;  }
.loginTitle h3 { font-size:30px; font-family: "Century Gothic","Microsoft yahei"; color:#13a4fe; font-weight: normal; }
.loginTitle h3 span { font-family: "Century Gothic","Microsoft yahei"; font-size: 16px; color: #999999; margin-left: 24px; }
.loginTitle h3 span a { margin-left: 6px; font-size: 16px; color: #F00; font-family: "Century Gothic","Microsoft yahei"; }
.loginTitle h3 span a:hover { text-decoration:underline; }
.loginContent { width:520px; }
.loginContent table { width:100%; }
.loginContent table td { color: #323232; font-family: "Century Gothic","Microsoft yahei"; font-size: 15px; padding-bottom: 18px; }
.text1 { height: 14px; padding: 8px 0 8px 4px; border: 1px solid #ccc; }
.sub1 { width: 310px; background: #13a4fe; padding: 0 25px; margin-top: 22px; margin-bottom: 10px; height: 32px; line-height: 22px; font-size: 16px; color: #FFFFFF; cursor: pointer; border: none; font-family: "Century Gothic","Microsoft yahei"; }
.success { background:url(../images/checked.gif) no-repeat left center; padding-left:18px; margin-left:6px; }
.error { background:url(../images/unchecked.gif) no-repeat left center; padding-left:18px; margin-left:6px; color:#F00; }
