BODY {
  margin: 0px;
}

.divLoginPanelOuter {
  margin-top: 80px;


}

.divLoginPanelInner {
  width: calc(100% - 10px);  /* need to cater for padding */
  display: inline-block;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  height: 210px;
  background-color: 2b4262;
  padding-top: 40px;
  padding-left: 10px;

}

.lblCopyright {
  font-family: Tahoma;
  font-size: 8pt
}

#tblLogin {
  position: absolute;
  top: 140px;
  left: 350px;
  border: 0px #000 solid;
}

#tblLogin TR {
  height: 30px;
}

.lblLabel {
  font-family: Tahoma;
  font-size: 12pt;
  font-weight: bold;
  color: white;
  width: 120px;

}

.lblForgot {
  font-family: Tahoma;
  font-size: 10pt;
  color: black;
  width: 120px;
}

.lblLoginError {
  font-family: Tahoma;
  font-size: 10pt;
  text-align: center;
  color: white;
  font-weight: bold;
  background-color: red;
  width:200px;
}

.txtLogin {
  width:200;
  height:25;
  font-family: Tahoma;
  font-size: 12pt
}

.btnLogin {
  width:200;
  height:30;
  font-family: Tahoma;
  font-size: 12pt;
}
