/*Hidden css*/
/*body
{
	height:100%;
	margin:0px;
	padding:0px;
}*/
.loginDIV {
	position:absolute;
	width:216px;
	z-index:2;
	/* left: 269px;*/
	/*top: 307px; */
	border:1px solid #185F7B;
	background:#104054;
	color:#B7D5DD;
}
.mbDIV
    {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height:1400px;
      background-color: #000;
      z-index: 1;
      filter: alpha(opacity=60);opacity:0.6;
    }
.loginDIV2
    {
      position: absolute;
      width: 300px;
      height: 150px;
      background-color: #87CEff;
      z-index: 80;
    }
.loginTopDIV
    {
      width: 100%;
      height: 20px;
      background-color: #00BFFF;
      cursor: move;
    }
