@charset "utf-8";
/* CSS Document */

H3 {
	padding-bottom:4px;
}

input {
	margin-top:2px;
	margin-bottom:2px;
}

.reqfield, .field, .longfield {
	float:left;
	text-align:right;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:2px;
	font-size:12px;
}
.reqfield, .field {
	width:90px;
}
.longfield {
	width:150px;
}
.reqfield , .redletters {
	color:#FF0066;
}
.field {
	color:#000;
}

.notbold {
	font-weight:normal;
}
