/* Contact stylesheet */

/* Forms */
form {
	padding: 10px;
	margin: 0px 50px;
	background-color: #b6d134;
	border: 5px solid #9cb819;
}

form h2 {
	color: #dce99a;
}

form ol {
	list-style: none;
	padding-left: 0px;
}

form ol li {
	display: block;
	background-image: none;
	margin-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}

fieldset#hidden {
	display: none;
	border: 0px;
}

label {
	float: left;
	width: 150px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	padding-right: 5px;
	color: #fff;
}

input, textarea {
	margin-top: 10px;
}

input.field {
	border: solid 1px #cccccc;
}

input.button {
	background-color: #9cb819;
	color: #fff;
	font-weight: bold;
	margin-left: 155px;
}

input.button:hover {
	background-color: #dce99a;
	color: #95863e;
}

img.formframe {
	margin-left: 200px;
	margin-bottom: -3px;
}