#recoverpasswordform-logo {
  float:                  left;
}

div.recoverpasswordform {
  margin:                 auto;
  margin-top:             10%;
  border:                 1px solid #4096b8;
  padding:                1em;
  width:                  30em;
  background:             transparent url(../../images/default/login_fd.png) no-repeat scroll 98% 98%;
}

dl.recoverpasswordform {
  margin:                 0;
  padding:                0;
}

.recoverpasswordform dt {
  position:               relative;
  left:                   0;
  top:                    1.1em;
  width:                  8em;
  font-weight:            bold;
  font-size:              0.9em;
}

.recoverpasswordform dd {
  margin:                 0 0 0 9em;
  padding:                0 0 0em 0em;
}

.recoverpasswordform input, .recoverpasswordform select {
  border:                 1px inset #ccc;
  width:                  13em;
}

.recoverpasswordform input[type='submit'] {
  border:                 1px outset #ccc;
  width:                  11em;
  margin:                 1em;
}

#loading_zone {
  float:                  right;
  margin-left:            1em;
}

#recoverpassword_msg {
  text-align:             center;
  font-weight:            bold;
}

#recoverpassword_back {
  float:                  right;
  font-size:              0.8em;
  text-decoration:        none;
  color:                  #4096b8;
  font-weight:            bold;
}