p{
	float: left;
	color: #000000;
	font-weight: 100;
}

label{
	width: 90px;
	text-align: left;
	margin-right: 5px;
	font-weight: 400;
	display: block;
	font-size: 1em;
	font-family: Arial, sans-serif;
	float: left;
	background: transparent;
	color: #000000;
}

input{
	color: #000000;
	background: #fff1cb;
	border: 1px solid #B5121B;
}

textarea{
	color: #000000;
	background: #fff1cb;
	border: 1px solid #B5121B;
}

.submit{
	color: #000000;
	background: #fff1cb;
	border: 2px outset #B5121B;
	font-weight: 700;
	margin-left: 85px;
	margin-top: 10px;
	margin-bottom: 10px;
}

legend{
	color: #B5121B;
	background: transparent;
	font-weight: 700;
	font-size: 1em;
	font-family: Arial, sans-serif;
	padding: 2px 5px;
}

select{
	color: #000000;
	background: #fff1cb;
	border: 1px solid #B5121B;
}

#note{
	color: #B5121B;
	background: transparent;
	font-style: italic;
	float: left;
	width:374px;
	line-height: 1.2em;
}

#formRow{
	padding-left: 10px;
	width: 275px;
	height: auto;
	padding-bottom: 2px;
	color: #B5121B;
	background: transparent;
	float: left;
	font-weight: 700;
}
