#logodiv{
  position: absolute;
  top: 25px;
  left: 10px;
  width: 150px;
  z-index: 1000;
}

.boxtitle{
  color: #fff;
  text-align: center;
  border-bottom: none;
  border-radius: 6px;
  font-weight: normal;
  text-shadow: none;
}

#login-container{
  position: absolute;
  top: 85px;
  width: 570px;
  left: 50%;
  margin-left: -285px;
}

#login-form{
  width: 570px;
  margin: 0;
}

#login-form .box-inner {
  background: url(images/linen_bg.jpg) top left repeat #5C5C5C;
  width: 570px;
}

#login-form .box-bottom {
  background: url(images/login_shadow_700.png) no-repeat;
  margin-left: 10px;
  width: 700px;
}

iframe{
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  /*background: #D1D5D8;*/
  background: #fff;
}

table{
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}