@charset "UTF-8";
/* CSS Document */



form#contact {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	counter-reset: fieldsets;
	width: 450px;
	background-color: #87AA00;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}

form#contact fieldset {
border: none;
margin-bottom: 10px;
}

form#contact fieldset:last-of-type {
margin-bottom: 0;
}

form#contact legend {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}


form#contact fieldset fieldset legend {
color: #111111;
font-size: 13px;
font-weight: normal;
padding-bottom: 0;
}

form#contact ol li {
	background: #b9cf6a;
	background: rgba(255,255,255,.3);
	border-color: #e3ebc3;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	margin-bottom: 2px;
	margin-left: -40px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 400px;
}

form#contact ol ol li {
background: none;
border: none;
float: left;
}

form#contact label {
	float: left;
	font-size: 16px;
	width: 110px;
}

form#contact fieldset fieldset label {
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 0px;
	width: auto;
}



form#contact fieldset fieldset label:hover {
cursor: pointer;
}

form#contact input:not([type=radio]),
form#contact textarea {
background: #ffffff;
border: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
font: italic 13px Georgia, "Times New Roman", Times, serif;
outline: none;
padding: 5px;
width: 200px;
}

form#contact input:not([type=submit]):focus,
form#contact textarea:focus {
background: #eaeaea;
}

form#contact input[type=radio] {
float: left;
margin-right: 5px;
}

form#contact button {
background: #630460;
border: none;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
color: #FFF;
display: block;
font: 18px Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
padding: 7px 25px;
text-transform: uppercase;
}

form#contact button:hover {
	background: #92278f;
	color: #FFF;
	cursor: pointer;
	text-align: center;
}@charset "utf-8";
/* CSS Document */
