
table.schedule {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

table.schedule .time {
	width: 6em;
	text-align: right;
	padding-right: 1em;
}

#fromtheconductor {
	border-right: 1px solid #ddd;
	padding-right: 8px;
	margin-right: 8px;
/*	width: 30%;*/
}

#fromtheconductor .signature {
	background: #fff url(sig.jpg) no-repeat top left;
	padding: 130px 0 0 10px;
	text-align: right;
}

.signature {
	background: url("sig-new.png") no-repeat top left;
	padding: 100px 0 0 0;
}

form .text label, form .textarea label {
	display: block;
	margin-top: 6px;
}

form .textarea textarea {
	height: 4em;
}


