none {
   /*behavior: url(png.htc);*/
   behavior: url(iepngfix.htc);
}
body {
  margin: 0;
  background-image: url(../img/login_bg.jpg);
  background-repeat: repeat-x;
  background-color: #fafafa;
  font-family: verdana;
  font-size: 10px;
  position: relative;
}
#loginFrame {
  margin: 0 auto;
  width: 279px;
  position: relative;
  text-align: center;
  color: #878787;
  font-size: 11px;
}
#loginFrame a {
  text-decoration: none;
  font-weight: bold;
  color: #878787;
}
#logo {
  position: absolute;
  width: 279px;
  top: 50px;
  text-align: center;
}



#loginDescription {
  position: absolute;
  width: 280px;
  top: 140px;
  text-align:center;
  font-weight: bold;
}

#loginBody {
  width: 279px;
  height: 275px;
}
#loginButton {
  width: 279px;
  height: 62px;
  margin-bottom: 5px;
  cursor: pointer;
}
#loginButtonCaption {
  position: absolute;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  top: 295px;
  width: 279px;
  cursor: pointer;
}
#loginForm {
  width: 260px;
  left: 10px;
  top: 165px;
  position: absolute;
  text-align: center;
}
#modalLayer {
  position: absolute;
  top: 0; 
  left: 0;
  z-index: 9;
  visibility: hidden;
  background: black;
}
.description {
  text-align: right;
}
.input {
  border: 1px solid #666666;
}
