@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-color: #2E5E62;
}

#container  {
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #E8E8FF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
} 
#main {
	padding: 20px;
}


h1 {
	font-size: 16px;
	padding-top: 10px;
	display: block;
	text-transform: uppercase;
	padding-bottom: 30px;
	text-align: center;
	margin: 0px;
}
h2 {
	font-size: 14px;
	padding-top: 20px;
	text-transform: uppercase;
	margin: 0px;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.5em;
}


.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;
}

.fltlft { /* this class can be used to float an element left in your page */

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
form {
	background-image: url(../images/form_background_gradient.jpg);
	background-repeat: repeat;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 750px;
}
form p {
	padding-left: 1em;
}

#footer {
	padding: 20px;
}
label.error {
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
	display: block;
}
.thankYou {
	font-style: italic;
	text-align: center;
	margin-top: 100px;
}
fieldset {
	padding: 0px;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
	float: left;
	width: 100%;
}
legend {
	font-weight: bold;
	margin-left: 1em;
}

/*fieldset fieldset {
	margin-bottom: -2.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset fieldset legend {
	font-weight: normal;
	margin-left: 0em;
}
fieldset    fieldset ol   {
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 11em;
	position: relative;
	top: -1.5em;
	list-style-type: none;
}
fieldset fieldset label {
	float: none;
	margin-right: auto;
	width: auto;
}
*/
fieldset.submit {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	width: auto;
	padding-left: 25em;
	padding-top: 1em;
}

label {
	display: block;
	float: left;
	width: 22em;
	margin-right: 1em;
	text-align: right;
}
fieldset ol {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	list-style-type: none;
}
fieldset li {
	padding-bottom: 1em;
	float: left;
	clear: left;
	width: 100%;
}

