/* CSS for forms */

/* Default Styles for form fields */
input,select { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; }
.formTextField { width: 15em;}
.formTextArea { width: 20em; height: 7em;}
.formDrop { width:auto; min-width:150px;}
.formRadio {}
.formButton {}

/* Styles for Specific categories of fields */
.formZip { width: 8em;}
.formState { width: 2em;}

/* Styles for form layout and tables containing the form */
.formTable div {padding: 2px;}
.instructions {margin: 5px 0 5px 0;}
.question {
	background:#F0F0F0;
	}
.answer {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ccc;
	}
.buttons {
	margin: 5px 0 10px 0;
	}
