﻿/* defines layout for an input form field, plus the Submit button. */

.inputtextfield {
	color:#00008b;
	/* background-color:#e3f2f7; */
	border: 1px inset #00008b;
	font-family: Tahoma;
	font-size: 10pt;
	width:200px;
}

.required_field {
	color: red;
	font-size: 8pt;
	vertical-align:super;
	font-family:Tahoma;
}


form p {
	clear: left;
	margin:0;
	padding:0;
	padding-top:5px;
	font-family: Tahoma;
	/* font-size: 12pt; */
	color: #000000;
}

form p label {
	float: left;
	width:200px;
	font-family: Tahoma;
	/* font-size: 12pt; */
	color: #000000;
}
