@charset "utf-8";
/* CSS Document */
body {
	padding: 5px 10px 10px 10px;
	font-family: Arial;
	font-size: 90%;
	line-height: 135%;
	background-color: #FFFFFF;
	color: #000000;
}

h1 { font-size: 16px; }

.formhead {
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*margin-left:50px;*/
	/*color:#3333FF;*/
	text-align: justify;
}

.formheadty {
	/*font-family:Arial, Helvetica, sans-serif;*/
	margin-left:50px;
	/*color:#3333FF;*/
	text-align: justify;
}

/*.formcontent {float:left;margin-right:12px;}*/

.required {
	color: #ff0000;
	/*text-align:center;*/
	vertical-align:middle
}

legend {
	font-size:1.1em;
	font-weight:bold;
}

label{
	display:block;
	float:left;
	/*width:125px;*/
	width: 250px;
	text-align:right;
	/*vertical-align:top;*/
	margin:0px 5px 0px 0px;
}
	
input[type=text] {
	color: #781351;
	/*vertical-align:bottom;*/
	background: #DBF7F5;
	border: 1px solid #781351
}

select {
	color: #781351;
	background: #DBF7F5;
	border: 1px solid #781351
}

textarea {
	color: #781351;
	background: #DBF7F5;
	border: 1px solid #781351
}
