/* Design & Code (c) take2hikes */

form#requestform {
	margin: 2em auto;
	width: 400px;
	border: 0.063em solid #ff6600;
	padding: 0 10px;
	background: transparent;
}

form#requestform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

form#requestform ol button {
	padding: 5px;
	border: 0.0625em solid #ff6600;
	background: transparent;
	color: #ff6600;
	font: normal normal bold 0.69em/1.4em Arial, Helvetica, sans-serif;
	word-spacing: 1px;
	text-transform: uppercase;
}

form#requestform ol button:hover {
	background: #ff6600;
	color: #251d17;
	cursor: pointer;
}

form#requestform ol input#name,
form#requestform ol input#company,
form#requestform ol input#email {
	width: 300px;
	border: 0.063em solid #ff6600;
	padding: 5px;
	background: #9ea291;
}

form#requestform ol input#name,
form#requestform ol input#company,
form#requestform ol input#email,
form#requestform ol textarea {
	color: #c0ba8d;
	background: #251d17;
	font: 0.75em/1.5em Georgia, Times, "Times New Roman", serif;
	word-spacing: 1px;
}

form#requestform ol input#name:hover,
form#requestform ol input#company:hover,
form#requestform ol input#email:hover, form#requestform ol textarea:hover {
	border: 0.063em solid #993300;
}

form#requestform ol label {
	display: block;
}

form#requestform ol label {
	margin: 0 0 2px 0;
	display: block;
	color: #ff6600;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	word-spacing: 1px;
	text-transform: uppercase;
}

form#requestform ol label em {
	color: #c0ba8d;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	text-transform: none;
}

form#requestform ol li {
	padding: 10px 0;
	border-bottom: 0.063em dotted #ff6600;
}

form#requestform ol li.button {
	border-bottom: none;
}

form#requestform ol option {
	padding: 3px 0 3px 5px;
	color: #ff6600;
	background: #9ea291;
	font: 0.69em Georgia, Times, "Times New Roman", serif;
}

form#requestform ol select {
	width: 150px;
	padding: 3px;
	height: 30px;
}

form#requestform ol textarea {
	width: 380px;
	border: 0.063em solid #ff6600;
	padding: 5px;
	background: #251d17;
	height: 100px;
}
