

label {
 display:block;
}

.hidden {
	display:none;
}

.required {
	font-weight: bold;
}

.debug {
	border: 1px solid red;
}

fieldset {
	padding: 16px 40px 16px 40px;
}

.inline {
	display: inline;
}

select {
	padding: 5px;
}

.optionLabel {	
	display: inline;
	/* vertical-align: 8%; */
}

fieldset > div {
	margin-bottom: 1.3em;
}

#PageContainer {
	margin-top: 1em;
}

#Invoice {
	border: 4px inset blue;
	
}

fieldset ol {
	padding:0;
	margin:0;
	list-style: none;
}

fieldset li {
	padding-bottom: 1.4em;
}

.buttonRow {
	text-align: center;
}
.buttonRow input {
	width: 225px;	
	margin: 1em;
	font-size: 11px;
}

.money {
	font-family: Courier;
	text-align: right;
	font-weight: bold;
}

.removeGuestCell {
	text-align: center;
}

.removeGuest {
	text-decoration: none;
	font-weight: bold;	
}

#FormInstructions {
	font-size: 1.2em;
	font-weight: bold;
}

.errorDetail {
	color: red;
	font-weight: bold;
	font-style: italic;	
	display:inline;
	padding-left: 2em;
}

.error {
	padding:0;
	margin:0;
}