/*----------------------------------------------*/
/* Feuille de style Globenet pour formulaires   */
/* janvier 2006                                 */
/*----------------------------------------------*/

table.form_table {
  width: 100%;
  margin: 0px;
  padding: 2px;
  vertical-align: top;
}

table.form_table td {
  vertical-align: top;
  text-align: left;
}

.form_header {
  font-weight: bold;
}

.form_comment {
  font-size: 90%;
  font-style: italic;
}

.form_error {
  color: red;
}
