  html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  }

		
		
img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
} 

.container {
  position:relative;
  z-index:1;
  margin:auto;
  width:100%;
}
.wrapper{width:981px; margin:auto;}
.main{width:100%; height:461px; background:url(../images/center.png) no-repeat center top; color:#fff;}

.input-bdr{border:solid 1px #363435;}
.input-bdr:hover{background:#ffcc2a;}
.input-bdr:focus{background:#ffcc2a;}



.refresh-icon{background:url(../images/refresh-ico.png); width:24px; height:24px;}

.submit-btn{background:url(../images/submit-btn.png); height:44px; width:101px; cursor:pointer;}
.submit-btn:hover{background:url(../images/submit-btn-hvr.png);}

.require{font-weight:normal; color:#363435;}

.login {padding: 5px;}
.login table{border: 1px solid #032A50; padding: 5px;}
.login table td{padding:0 5px 0 5px; margin-bottom:5px;}
.login-btn{padding:3px; font-size:16px; color:#fff; background:#032A50; cursor:pointer;}
.txt-blue{color:#032A50}

/*===== Tool tip ============*/
.form-comment{width:16px; height:16px;}
.form-hint{ height:14px; display:none;}
.form-comment:hover .form-hint{z-index:99999; position:absolute; background-color: #fafafa; width: 210px; height:auto; padding: 10px;color:#414141;border: #032a50 2px solid;display: block;font-family:Tahoma, Arial, Verdana;font-size:13px; right:-5px; top:30px;}
.contact-comment {background: url(../images/tt-icon.png) no-repeat scroll left top transparent; cursor: pointer; display: block; height:22px; position: relative; width: 16px; z-index: 3;}
.contact-hint{ height:14px; display:none;}
.contact-comment:hover .contact-hint{z-index:99999; position:absolute;background-color: #fff;width: 230px;height:55px;padding: 10px;color:#0d203c;border: #1e4195 2px solid;display: block;font-family:Tahoma, Arial, Verdana;font-size:13px;  left:-225px;top:23px;}
.tooltip-top-bg {background: url(../images/tool-tip-top.png) no-repeat scroll left top transparent; float:right; height:9px; position:relative; top: -18px; width: 10px; left:5px;}
/*===== Tool tip ============*/

