/* ************************************************************************** */
/* This is the CSS file that defines the styles for the following user ****** */
/* forms: registration, company data **************************************** */
/* ************************************************************************** */

/* Registration form. ******************************************************* */

#registrationForm label {
  display:            inline-block;
  width  :            10em;
  text-align:         left;
  }

#registrationForm .textBox {
  text-align:         left;
  width:              30em;
  margin:             0.2em;
  }

/* Company data form. ******************************************************* */

#companyDataForm label {
  display:            inline-block;
  width  :            10em;
  text-align:         left;
  }

#companyDataForm .textBoxLarge {
  text-align:         left;
  width:              30em;
  }

/******************************************************************************/
