.form {	margin-left: 30px; }

.form table.form { margin-left: 0; }

.form table.form td {
	padding: 10px;
	vertical-align: top;
	}

.form table.form td.head {
	background-color: #eaf4fd;
	text-align: right;
	width: 350px;
	}
	
	.form table.form td.headsm {
		background-color: #eaf4fd;
		text-align: right;
		width: 275px;
		}
	
.form table.form td.reqd, .reqd { font-weight: bold; }

.form table.form td.nopad { padding: 0; }

.form table.form td.submit {
	padding: 20px 0 0 0;
	text-align: left;
	}
	
.form table.form .blank, .form .blank, .formblank {
	color: red;
	font-weight: bold;
	}

.form table.form .small, table.form a.small { font-size: 90%; }

.form table.form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
.form table.form textarea {
	width: 350px;
	}
	
.form ul.space li, .form ol.space li {
	margin-bottom: 20px;
	}
	
.form textarea.wide {
	width: 700px;
	}
	
.form textarea.tall {
	height: 150px;
	}
	
.form textarea.short {
	height: 50px;
	}
	
.form h2 {
	color: #004080;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 0 0;
	}
	
	.form h2.nopad {
		padding: 0;
		}
		
.form .bold {
	font-weight: bold;
	}
