/* CSS Document */

form div {
	clear: none;
	margin: 0;
	padding-top: 0.6em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/*
#header  table  {
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-left-width: 0px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: none;
			border-left-style: none;
			width: 98%;
}
#header #Contact td {
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-left-width: 0px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: none;
			border-left-style: none;
			font-size: 0.95em;
}

#header li {
			list-style-type: none;
			list-style-position: outside;
			text-align: left;
}
#Contact  li  {
			text-align: left;
			list-style-type: none;
			margin-left: -25px;
			line-height: 25px;
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
			font-size: 1.1em;
}
*/

fieldset {
border: 1px dotted #61B5CF;
margin-top: 1.4em;
padding: 0.6em;
}

legend {
font: bold 0.8em Arial, Helvetica, sans-serif;
color: #00008B;
background-color: #FFFFFF;
}

form div label {
	float: left;
	width: 40%;
	color: #567C0E;
	font-size: 0.8em;
	font-weight: bold;
}



#Form #Request-Type,
#Form #additionalRequests,
#Form #Dining-Option  {
	list-style-type: none;
	font-size: 0.90em;
	margin-top: 0px;
	margin-left: 16em;
}

textarea {
font: 0.8em Arial, Helvetica, sans-serif;
}

#Form #submitform {
			display: inline;
			text-align: center;
}

/* Miscellaneous #Form classes for reuse */

#Form .smalltext-8 {
	font-size: .8em;
}
#Form .adviseSmalltext {
	font-size: .70em;
	font-style: italic;
}

#Form #TandC {
	text-align: left;
}
#Form #Dining-Option li {
	list-style: none;
}

#mainContent .call2Action {
	font-weight: bold;
	color: #608B10;
	font-variant: normal;
	font-size: .95em;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

