@charset "utf-8";
#directionscontainer form {
	float: right;
	width: 250px;
	position: absolute;
	top: 105px;
	right: 0px;
	background-color: #084D36;
	padding: 5px;
	height: 130px;
}
#directionscontainer p {
	color: #F26722;
	text-transform: capitalize;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}
#directionscontainer p .smaller {
	font-size: 0.8em;
}
#directionscontainer label {
	width: 120px;
	display: block;
	text-align: left;
	margin-right: 10px;
	float: left;
	color: #FFFFFF;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}
#directionscontainer #submit {
	background-color: #175742;
	color: #F26722;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	outline:none;
	margin: 0px;
	padding: 0px;
}
#directionscontainer #submit:hover {
	color: #FFFFFF;
}
#directionscontainer input {
	float: left;
	color: #005028;
}
#directionscontainer input.textbox {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 2px;
	text-transform: uppercase;
}
#directionscontainer .hr_form {
	margin-right: 200px;
	clear: both;
	height: 2px;
}
