@import url(most.css);
h2 { border-bottom: 0.125em solid #f33;
	margin-bottom: 0px; color: #006600;
	padding: 2px; }
table, th, td { font-size: 1em; }
td { padding-right: 2px; padding-left: 0px; }
td.lbl { font-weight: bold; text-align: right; }
tr.required td.lbl { background-color: #fcc; }
.note {font-style: italic; background-color: #fcc; }
#submitArea {text-align: center; 
	margin-top: 0px; padding-top: 1.5em;}
label { font-weight: bold; }
input, textarea, select { border-style: solid;
	border-color: #304761; color: #18324b;
	border-width: 1px; }
input:focus, textarea:focus, select:focus {
	background-color: #ffff80; color: #000000;
	border-style: solid; border-width: 1px;
	border-color: #ff0000; }
input:focus { background: yellow; }
select { font-family: verdana, helvetica, sans-serif;
	font-size: 1em; }
textarea, .field { font-family: "Lucida Console", "Courier New", mono;
	font-size: 0.9em; }
.submit, .cancel { font-family: verdana, helvetica, sans-serif;
	font-weight: bold; font-size: 1em;
	color: #ffffff; }
.submit { background-color:#006600; }
.cancel { background-color:#ff3600; }

