/* General Formatting */
h3 { font-style: italic; }
h4 { 
	padding-bottom: 0;
	margin-bottom: 4px;
}

.red {
	margin-left: 2px;
	color: red;
	background-color: inherit;
}

form
{
	padding: 2px 10px;
	color: inherit;
	background-color: #CCF;
	border: 3px #8480D7 solid;
	text-align: left;
}

form div
{
	float: left;
	width: 400px;
	padding: 10px;
	color: inherit;
	background-color: inherit;
}

div label,div input,div select
{
	display: block;
	float: left;
	margin-bottom: 8px;
}

div label
{
	text-align: right;
	width: 100px;
	padding-right: 5px;
	margin-top: 3px;
}

form br { clear: left; }

div label.reverse {
	width: auto;
	padding-left: 5px;
}

div input.reverse {
	width: auto;
	margin-left: 12px;
}

/* Contact Info */
#contact_info h4 { padding-left: 106px; }
#contact_info input.reverse {
	margin-left: 106px;
	display: inline; /* PC IE Fix */
}
#contact_info label.reverse {
	width: auto;
	padding: 0 0 0 5px;
	text-align: left;
}

/* Type of Event */
#event_type h4 { padding-left: 15px; }
#event_type {
	margin-left: 108px;
}

/* Event Details */
#event_details h4 { padding-left: 131px; }
#event_details label { width: 125px; }
#event_details #date_format {
	vertical-align: bottom;
	font-size: x-small;
	line-height: 10px;
}

#multi_select {
	float: left;
	display: block;
	margin: 5px auto;
	width: 250px;
	text-align: center;
	font-size: x-small;
}

/* Requested Services */
#event_services h4 { text-align: center; }

/* Additional Information and Comments */
#more_info { text-align: center; }

/* Form Buttons */
#button_wrapper { text-align: center; }

form #req { text-align: left; }
