/* Forms */

/**********************************************************************/
/* Body                                                               */
/**********************************************************************/

/* H1 */
h1.form {
}

/* H2 */
h2.form {
}

/* Paragraph */
p.form {
   width: 468px;
}

/* Container table */
table.form {
}

/* Field names */
td.field_name {
	padding: 0px 5px 0px 0px;
}

/* Input boxes */
td.input_box {
}

/* Form proper */
form {
}

/* Text inputs */
input.text_input {
	margin: 0px 0px 2px 0px;
}

/* File uploads */
input.file_upload {
}

/* Check boxes */
input.check_box {
}

/* Text areas */
textarea {
	margin: 0px 0px 2px 0px;
}

/* Submit button */
input.submit {
	margin: 0px 0px 2px 0px;
}

/* Two-column notes */
td.note {
     padding: 5px 0px 5px 0px;
	font-size: 9pt;
	line-height: 11pt;
}

/* Help links */
a.help {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
}
