

#firstName, #lastName, #email, #message, #where{
	background: #fef4e3;
	width: 300px;
}

#firstName, #lastName, #email{
	display: block;
	width: 625px;
}

#message, #where{

	width: 625px;
}
#message{

	height: 150px;
}

#whatSelect, #whereSelect{
	background: #ffb267;
	width: 625px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial;
}

#submit{
	background: #e09c59;
	height:35px;
	border-width: 1px;
	border-style: solid;
	border-color: #880a04;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana, arial;
	width: 625px;
}

#submit:hover{
	background: #ffb267;
}

dt{
	font-size: 12px;
	font-family: verdana, arial;
	
	padding-top: 5px;
	padding-bottom: 5px;
	}
ul.errors{
	color: #d10000;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	font-weight: bold;
	font-style: italic;
	list-style-image: url('../images/littleArrow.gif');
	
	
	}
