HTML {
  height:100%;
}

BODY {
  background-color:#567DC8;
  height:100%;
  margin:0px;
}

form {
  display:inline;
}

#pagebody{
  background-image:url('/seasons/themes/resources/longhorn_ivory/core/images/login_bar.gif');
  position:absolute;
  top: 50%;
  left: 0%;
  margin-top:-112px;
  height:234px;
  width:100%;
}

#inputfields {
  position:absolute;
  top:50px;
  left:50%;
  margin-left:-170px;
}

#inputfields td {
  white-space:nowrap;
  font-weight:bold;
  font-family:arial;
  font-size:12px;
  color:#ffffff;
}

input.loginfield {
  margin-top:2px;
  background-color:#11397C;
  border:1px solid #FFFFFF;
  font-family:arial;
  font-size:11px;
  color:#ffffff;
  font-weight:normal;
  padding:3px;
  width:180px;
}

input.loginerrorfield {
  margin-top:2px;
  background-color:#0c2857;
  border:1px solid #FFFFFF;
  font-family:arial;
  font-size:11px;
  color:#FFFFFF;
  font-weight:normal;
  padding:3px;
  width:180px;
}

input.loginbutton {
  height:24px;
  background-image:url('/seasons/themes/resources/longhorn_ivory/core/images/login_button.gif');
  border: 1px solid #FFFFFF;
  font-family:arial;
  font-size:11px;
  color:#ffffff;
  font-weight:normal;
  width:120px;
}

  .modalLock {
    position:fixed;
    top:0px;
    left:0px;
    z-index:49;
    width:100%;
    background-color:#000000;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    opacity:0.4;
  }

  .popup {
    z-Index:51;
    width:536px;
    left:50%;
    top:50%;
    position:fixed;
  }

  .popup #close {
    background-image:url('/seasons/themes/resources/longhorn_ivory/core/images/modalDialog/close.gif');
    position:absolute;
    margin-left:-42px;
    height:16px;
    overflow:hidden;
    width:41px;
    line-height:0px;
    cursor:pointer;
  }

  .popup .options a {
    color:#5f76ab;
    font-family:arial;
    font-size:15px;
    text-decoration:none;
    font-weight:normal;
  }

  .popup .options a:hover {
    color:#7f96cb;
  }

  .popup .options td {
    height:33px;
  }

  .modalContent {
    background-color:#ffffff;
    background-image:url('/seasons/themes/resources/longhorn_ivory/core/images/modalDialog/window_background.gif');
    background-repeat:repeat-x;
    background-position:bottom;
    width:100%;
  }

  .handle {
    width:100%;
    height:20px;
    cursor:move;
  }

  .buttons {
  height:21px;
  margin-top:10px;
  margin-right:10px;
  overflow:hidden;
}

.buttons .imageborder {
  width:3px;
  height:21px;
  float:right;
}

.buttons .content {
  cursor:pointer;
  height:21px;
  background-image:url('/seasons/themes/resources/longhorn_ivory/core/images/workspace/button_bg.gif');
  float:right;
  font-family:tahoma;
  font-size:11px;
  color:#000000;
  padding-top:4px;
  padding-right:7px;
  padding-left:7px;
}

.buttons .inactive {
  height:21px;
  background-image:url('/seasons/themes/resources/longhorn_ivory/core/images/workspace/button_bg.gif');
  float:right;
  font-family:tahoma;
  font-size:11px;
  color:#a7a6aa;
  padding-top:4px;
  padding-right:7px;
  padding-left:7px;
  background-position:0px 21px;
}