body#inner.innerlogin {
  background:url(../images/body-bg-greenfill.png) repeat-x 0 0;
}
#full-header {
  height:113px;
}
.login-box-holder {
/*   background:#fbfbfb; */
  background:none;
  overflow:hidden;
/*   background:#e6e6e6; */
/*   -moz-border-radius: 10px; */
/*   -moz-border-radius-bottomright: 10px; */
/*   -moz-border-radius-bottomleft: 10px; */
/*   -webkit-border-radius: 10px; */
/*   border-radius:10px; */
/*   -webkit-border-top-right-radius: 10px; */
/*   border:2px solid #12324B; */
  width:764px;
}
.login-box-holder .login-heading {
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
/*   background:none; */
/*   background:url(../images/portlet-heading-bg.png) repeat-x;  */
  background:url(../images/top-login.png) repeat-x; 
  background-color:#e6e6e6;
/*   overflow: hidden; */
  width:743px;
  border-bottom:none;
}
.login-box-holder .login-content {
/*   background:#FBFBFB; */
/*   background-color:#FBFBFB; */
/*   -moz-border-radius: 10px; */
/*   -moz-border-radius-bottomright: 10px; */
/*   -moz-border-radius-bottomleft: 10px; */
  background:#FBFBFB;
/*   -webkit-border-radius: 10px; */
/*   overflow: hidden; */
  border-left:2px solid #12324B;
  border-right:2px solid #12324B;
/*   border-bottom:2px solid #12324B; */
}
.login-box-holder #login-footer {
  background:url(../images/bottom-login.png) repeat-x;
  height:10px;
  width:100%;
}
.login-label {
  color:#282827;
}
.login-header strong {
  color:#000;
}
.foot a {
  color:#627140;
}