body {background: #ddc; color: #887; text-align: center;}
#wrap {margin: 100px auto 0 auto; padding: 0; position: relative; font-size: 1em; width: 470px; text-align: left;}

/*content area*/
#login {background: url(../images/bg-login.gif) no-repeat; width: 470px; height: 253px;}
#login #lblUsrNm {width: 70px; height: 20px; top: 106px; left: 80px; position: absolute;}
#login #txtUsrNm {border: 1px solid #443; width: 206px; height: 17px; top: 106px; left: 153px; position: absolute;}
#login #lblPssWrd {width: 70px; height: 20px; top: 142px; left: 80px; position: absolute;}
#login #txtPssWrd {border: 1px solid #443; width: 206px; height: 17px; top: 142px; left: 153px; position: absolute;}
#login #btnSgnN {width: 67px; height: 19px; top: 176px; left: 294px; position: absolute;}
#forgotPassword a {width: 110px; height: 19px; top: 205px; left: 150px; position: absolute;}

div.error, div.notice {
  position:absolute; top:-5em;
  font-weight:bold;
  padding:4px;
  line-height:1.5em;
}
div.error {
  background:#a33;
  color:#fff;
}
div.notice {
  background: #5182C2;
  color:#fff;
}