#contact {
	width: 75%;
	margin: 12%;
	font-size: small;
}
#contact h1 {
	font-size: x-large;
	font-weight: normal;
}
#contact h2 {
	font-size: medium;
	font-weight: normal;
}
fieldset {
	position: relative;
	width: 100%;
	top: -2em;
	margin: 0 0 0em 0;
	padding: 0 0 0em 0;
	border-style: none;
	border: 1px solid #BFBAB0;
	background-color: #E1E1B4;
}
legend {
	font-weight: bold;
}
legend span {
	position: absolute;
	width: 24em;
	left: 0em;
	top: 0;
	padding: 0.1em 0 0.2em 0.4em;
	margin: -0.1em 0 0 0em;
	font-size: 130%;
	color: #FFFFFF;
	background-color: #7F92A4;
}
fieldset ol {
	padding: 2.25em 0em 0 1em;
	left: 0.25em;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 0.4em;
}
fieldset li span.error {
	color: red;
	font-size: 75%;
}
fieldset input {
	position: relative;
	width: 15em;
}
fieldset input#antiBotCode {
	position: relative;
	width: 5em;
}
fieldset select {
	position: relative;
	width: 8em;
}
fieldset textarea {
	position: relative;
	padding: 1em, 0,0,0;
	top: -0.0em;
	width: 27em;
	height: 10em;
}
fieldset.submit {
	position: relative;
	float: none;
	width: auto;
	top: 0;
	padding-top: 1em;;
	padding-left: 8em;
	background-color:transparent;
	margin-bottom: 2em;
	border-style: none;
}
label {
	position: relative;
	float: left;
	width: 10em;
	text-align: left;
	margin-right: 1em;
	padding: 0.2em 0.5em 0.2em 0.4em;
	background-color: #EFEFEF;
}
label em {
	position: absolute;
	left: 11em;
	top: 0.7em;
}
label em img {
	position: relative;
	top: -3px;
}
label strong {
	position: absolute;
	left: 38em;
	top:0.2em;
	width: 19em;
	color: #C00;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
}
label strong img {
	position: absolute;
	left: -23.8em;
	top: 1px;
}
