body {
  background-color: #546580;
  font-family: verdana, sans-serif;
  font-size: 8pt;
  color: #274C70;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
div#holder {
  position: absolute;
  left: 50%;
  top: 50%;
    background-size: 190px 67px;
    background-position: center 20px;
    width: 358px;
    height: 185px;
    margin: -86px 0px 0px -169px;
    background-color: #dbe4ea;
    background-image: url(imgs/td_logo.png);
    background-repeat: no-repeat;
}
TABLE.login{
  position: absolute;
    top: 104px;
    right: 84px;
}
TABLE.login TD{
  vertical-align: bottom;
  FONT-weight: bold;
  FONT-size: 11px;
  color: #274C70;
}
INPUT.logininput, INPUT.logininput2{	
  border-left: 1px solid #AE9F55;
	border-top: 1px solid #AE9F55;
	border-bottom: 1px solid #F2EFDB;
	border-right: 1px solid #F2EFDB;
	width: 130px;
	height: 21px;
	font: bold 13px;
	color: black;
	background-color: #EAE4C4;
}
INPUT.logininput2{	
  width: 82px; 
}
/*
.logininput  {
    font-size: 8pt;
    font-weight: normal;
    color: #00315F;
    background-color: #D5D4CE;
    border-top: 1px solid #9C9B94;
    border-left: 1px solid #9C9B94;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.login {
    font-size: 8pt;
    font-weight: bolder;
}

.submitlogin {
    background-image: url(imgs/loginbutton.gif);
    border:none;
    width:91px;
    height:23px;
    cursor: pointer;
}
*/