form {
	padding : 10px;
	}
#headerInside form { padding:0; }
	fieldset {
	position : relative; 	margin : 0 0 25px 0; width : auto; 	border : 1px solid #00405b;
	}
	fieldset p {
	 margin : 0;  padding : 5px;   font-weight : bold;  clear : left;
	}
	fieldset table.form td {
	font-size : 90%;
	border-bottom : 1px solid #ececec;
	}
	fieldset table.form td .notice {
	font-size : x-small; color : #ff0000;
	}
	legend {
	background-color : #00405b;	margin : 0 0 10px 0; padding : 2px;	border : 1px solid #000000; font-size : 90%; color : #ffffff;
	}
	div.fieldrow {
	 padding : 1px;	 width : auto;  font-size : 90%;  border-bottom : 1px dashed #cccccc;  clear : both;
	 }
	 div.fieldrow p {
	 margin : 0;  padding : 5px;  font-size : x-small;  color : #ff0000;  font-weight : bold;  clear : left;
	 }
	  div.fieldrow p.notice {
	 font-weight : normal;
	 }
	div.fieldrow label {
	 float : left;  margin : 0 0 0 5px;  padding : 0;   width : 15em;  text-align : left;
	 }
	div.fieldrow label.require {
	 color : #ff0000;  font-weight : bold;
	 }
	div.fieldrow input, div.fieldrow select option {
	background : #ffffcc; margin-left : .5em; margin-right : 10px; padding : 0;  width : auto; text-align : left; border : 1px solid #00405b; font-family : monospace; color : #00405b;
	}
	div.fieldrow select {
	margin : 15px 15px;
	}
	div.fieldrow input.checker {
	background : none; color : #000000; border : none;
	}
	div.fieldrow textarea {
	background : #ffffcc; margin-left : .5em; margin-bottom : 10px; padding : 0;  border : 1px solid #336699; font-family : monospace; text-align : left; color : #00405b;
	}
/* this is for the conversion calculator */
fieldset table td {
vertical-align : top;
padding : 5px;
}
fieldset table td label {
	margin : 0 0 0 5px;  padding : 0;   font-size : 14px;
	 }
fieldset table td input, fieldset table td select option {
	background : #ffffcc;  padding : 0;  width : auto; border : 1px solid #00405b; font-family : monospace; color : #00405b;
	}
/* text formatting for special symbols */
.subscript {
	font-size : 11px;
	font-style : oblique;
	color : #660000;
}
