body {
	text-align: center;
}
th, td, p {
	font-size: 13px;
}
table#master {
	padding: 20px 25px;
	border: 2px solid #333;
	background-color: white;
}
table.bordered {
	border: 1px solid #aaa;
}
.bordered td {
	border-bottom: 1px solid #aaa;
}
.bordered th {
	background-color: #eee;
}
td.noBorder {
	border: none;
}
label {
	display: block;
	width: 100%;
	height: 100%;
}
label.block {
	width: 125px;
	float: left;
}
input.text {
	width: 200px;
}
textarea#specialinstructions {
	width: 400px;
	height: 100px;
}
.sending {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
table#staf {
	padding: 20px 25px;
	border: 2px solid #333;
	background-color: white;
	margin: 20px auto;
	text-align: left;
}
#stafComments {
	width: 400px;
	height: 100px;			
}