/* CSS Document */
/* CSS for contact Us web page*/

/* form div required to force paragraph formatting*/
#form p{
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	text-align: right;
	font-size: 0.9em;
}

fieldset {
	width: 400px;
	margin: 0px 40px 0px 60px;
}

legend {
	color: #8b725a;
	font-size: 1.2em;
	font-weight: bold;
}


/* Format for entered text*/
input.txt {
	color: #4a241a;
	background-color: #e7d6cd;
	border: 1px solid #cccccc;
	width: 200px;
}
.txtarea {
	color: #4a241a;
	background-color: #e7d6cd;
	border: 1px solid #cccccc;
	height: 100px;
	width: 200px;
}
