/* CSS Document */

input.input,
textarea.textarea,
option.option,
select.select {
	background-color: #E8E8D7;
	color: #00240F;
}

body#reservations legend {
font-size: 1.2em;
font-weight: bold;
padding: 20px;
}

body#reservations fieldset {
padding-bottom: 20px;
}

body#ok div#okContent {
		padding: 15px;
		}

.reqd {color: #FF0000;} /* used to highlight required fields */

.prompt {text-align: right;}/* class for form labels */

.emphasis {
font-weight: bold;
font-style: oblique;
}


