/* CSS Document to style the forms on the site*/


input
	{
	width: 250px;
	background-color:#FFEFD5;
	margin: 5px 5px 5px 75px;
	display:block;
	}
	
textarea
	{
	width: 350px;
	background-color:#FFEFD5;
	margin: 5px 5px 5px 75px;
	display:block;
	}
	
label
	{
	float: left;
	font-weight: bold;
	}
	
fieldset
	{
	border: 1px solid #879EA7;
	padding: 5px;
	}
	
legend
	{
	padding: 5px;
	color:#879EA7;
	font-size: .8em;
	}
	
#submit
	{
	width: 100px;
	background-color:#1DADFF;
	color:#FFF;
	display:inline;
	}
	
#reset
	{
	width: 100px;
	background-color:#1DADFF;
	color:#FFF;
	display:inline;
	}
	
	



