/* ------------------------------------------------------
	CSS for the Request form page.
-------------------------------------------------------*/

.errorBox {
	margin: 0 auto;
	width: 450px;
	background-color: white;
	padding: 20px;
	text-align: left;
}
	.errorBox p {
		color: maroon;
	}

/* Input Fields and Labels */
label {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 5px 35px;
}
select,
input {
	width: 200px;
	padding: 2px 0 1px 5px;
}
textarea {
	padding: 3px;
}

/* Give all label text the same width, so that the input fields line up nicely... */
.myLabel {
	float: left;
	display: inline;
	width: 150px;
	text-align: right;
	margin: 0 10px 0 0;
}



/* Specific input fields */
#salutation {
	width: 140px;
}
#nrofpeople {
	width: 60px;
}
#submitBox {
	margin: 0 0 0 197px;
}
#submit {
	width: 120px;
}
