/** css definitions for eForms */


form.form {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
}

form.form br {
    clear: left;
}

form.form table {
    width: auto;
	border-top: 0px none;
	margin-top: 2px;
	margin-bottom: 2px;
}

form.form table td {
    border-bottom: 0px none;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
}

form.form table th {
    text-align: left;
    border-bottom: 0px none;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
}

form.form table tbody {
    border-bottom: 0px none;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
}

form.form table label {
	display: inline;
	font-weight: normal;
}

form.form .errorMessage {
    color: red;
    background-color: white;
}

form.form .help {
    color: #2F4F4F;
    background-color: white;
    font-weight: normal;
    display: none;
}

form.form .plain {
  float: left;
  display: inline-block;
  max-width: 40em;
  margin: 4px;
}

form.form .label {
  float: left;
  display: block;
  width: 16em;
  text-align: right;
  font-weight: bold;
  margin: 4px;
}

form.form .field {
  float: left;
  display: block;
  margin: 4px;
}

form.form .info {
  float: left;
  display: block;
  width: 18em;
  margin: 4px;
}

form.form .hint {
  font-size: 75%;
  font-weight: normal;
}

form.form .button {
  min-width: 8em;
  padding: 0px 10px;  
  margin: 0px 10px;
  overflow: visible;
}

form.form .hidden {
  display: none;
}

form.form input,textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

