/* CSS Document */

form {
   width: 500px;
}
label, label span {
   display: block;
   padding-bottom: .25em;
}
label {
   float: left;
   width: 400px;
}
label span {
   text-align: right;
   float: left;
   width: 40%;
}
fieldset input, fieldset select, fieldset textarea {
   float: right;
   width: 56%;
   border: 1px solid #A8B488;
}
fieldset input:hover, fieldset select:hover, fieldset textarea:hover {
   border-color: #404040;
}
fieldset input:hover, input:focus, fieldset select:hover, select:focus, fieldset textarea:hover, textarea:focus {
   border-color: #CCCCCC;
}
fieldset {
   margin-bottom: 20px;
   padding: 25px;
   overflow: hidden;
   margin-top: 10px;
   border: 1px solid #B9C298;
}

fieldset#optional {
   margin-bottom: 10px;
}
legend {
	margin-top: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
form#contactForm div {
   text-align: center;
   padding: 5px 10px 10px;
   margin: 0px;
   width: 100%;
}

#errormessage {
	background-color: #FFFFD9;
	border: 2px outset #000066;
	position: absolute;
	height: 300px;
	width: 480px;
	left: 200px;
	top: 0px;
	text-align: center;
	padding: 30px 16px 16px;
	z-index: 9999;
}
#thankmessage {
	background-color: #FFFFD9;
	border: 2px outset #000066;
	position: absolute;
	height: 550px;
	width: 480px;
	left: 200px;
	top: 0px;
	padding: 30px 16px 16px;
	z-index: 9999;
}
form input.button {
   color: #99FFFF;
   text-transform: uppercase;
   padding-right: 5px;
   padding-left: 5px;
   padding-top: 3px;
   padding-bottom: 3px;
   border-top: 2px solid #BDBD81;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   background-color: #3570AA;

}
form input.button:hover {
   color: #CDFF82;
   background-color: #009900;
}
form p, .content form p {
   font-size: 0.9em;
   margin: 0px;
   padding: 0px;

}
.uhoh {
   font-size: 1.2em;
   font-weight: bold;
   color: #993333;
}
.check {
   height: 1px;
   position: absolute;
   width: 120px;
   left: -1600px;
   top: -1500px;
}
