/* CSS Document */

form {
	margin: 10px 25px 0 50px;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
.address {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}	
h3 {
	background-color: #e8dcba;
	padding: 5px;
	}
h4 {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}	
.smallDesc {
	font-size: 80%;
}	
#fullName, #PhoneFax, #email, #department, #school, #billingAddress, #billingRoom, #billingCityStateZip, #budgetNum, #billingDept, #billingPhone, #siteContact, #sitePhone, #siteAddress, #siteLocation, #deliveryDateTime {
	width: 250px;
	}
#deliveryDate, #deliveryTime, #functionStartTime, #numGuests {
	width: 75px;
	}	
#order, #specialInstructions {
	width: 300px;
	height: 150px;
	}
label, .warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-style: italic;
	font-size: 100%;
	}
.warning {
	color: #f00;
	}
