body {
  background-color: #4D5A5C;
  font-family: verdana, sans-serif;
  font-size: 8pt;
  color: #274C70;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

div#siteHolder {
  position: relative;
}

div#holder {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 257px;
  height: 125px;
  margin: -68px 0px 0px -128px;
}

div#shadow {
  position: relative;
  width: 257px;
  height: 125px;
  
  background-color: #1D3C63;
  background-image: url("imgs/loginscreen.gif");
  background-repeat: no-repeat;
  background-position: top left;

  border-style: none;
  padding: 0px;
  margin: 0x;
}


.username {
    position: absolute;
    top: 34px;
    left: 158px;
    width: 80px;
    height: 15px;
    font-size: 9px;
    font-weight: normal;
    color: #885E05;
    background-color: #EAE4C3;
    border-top: 1px solid #B0A359;
    border-left: 1px solid #B0A359;
    border-right: 1px solid #F2EFDA;
    border-bottom: 1px solid #F2EFDA;
}
.password {
    position: absolute;
    top: 62px;
    left: 158px;
    width: 55px;
    height: 15px;
    font-size: 9px;
    font-weight: normal;
    color: #885E05;
    background-color: #EAE4C3;
    border-top: 1px solid #B0A359;
    border-left: 1px solid #B0A359;
    border-right: 1px solid #F2EFDA;
    border-bottom: 1px solid #F2EFDA;
}

.submit {
    position: absolute;
    top: 62px;
    left: 217px;
    width: 21px;
    height: 15px;
}

.language {
    position: absolute;
    top: 90px;
    left: 158px;
    width: 80px;
    height: 15px;
    font-size: 9px;
    font-weight: normal;
    color: #885E05;
    background-color: #EAE4C3;
    border-top: 1px solid #B0A359;
    border-left: 1px solid #B0A359;
    border-right: 1px solid #F2EFDA;
    border-bottom: 1px solid #F2EFDA;
}
