/* Form Stuff */
label{
	clear: left;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 5px;
	padding-top: 3px;
	font-weight: bold;
	color: #fff;
}
input{
	margin-bottom: 3px;
}
label.inline, p label, ul label{
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
	text-align: left;
	display: inline;
}
form p{
	padding-left: 35px;
	padding-right: 20px;
	padding-bottom: 0;
	line-height: normal;
}
form p label, p textarea{
	display: block;
	margin-bottom: 0.5em;
}
form ul{
	list-style: none;
	margin-left: 1.5em;
}
select{
	margin: 0.5em 0;
}
#truck_request select{
	margin: 0 50px 3px 0;
	width: 145px;
}
textarea, p textarea, p input{
	width: 400px;
	height: 100px;
	margin-bottom: 1em;
}
p input{
	height: auto;
	margin-bottom: 0;
}
input#submit{
	width: auto;
	margin-left: 150px;
}
#error-message, .error, .required{
	color: #FFB40C !important;
	font-weight: bold;
}
#display-message strong{
	color: #fff;
}
