/***************************************************************/
/**** Copyright 1994-2009 Webplus, Inc. All rights reserved. ***/
/**** This file may be modified, but this copyright notice   ***/
/**** must remain intact in this file.                       ***/
/***************************************************************/

/******************************************************
  Description: CSS file for page element
*******************************************************/

#forgot_password_form {
  margin: 0 auto;
  padding: 25px 0;
  width: 75%;
}

#forgot_password_instructions {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.35em;
  margin: 0 auto 10px;
  text-align: center;
  width: 100%;
}

.forgot_password_form_group label {
  font-size: .85em;
  font-weight: bold;
}

.forgot_password_form_group input {
  font-family: verdana, arial, helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 5px 25px 15px;
  padding: 3px 5px;
  width: 300px;
}