textarea {
	height: 100px;
}
form {
	background: #EEE;
	padding: 10px 30px;
}
table#display td {
	vertical-align: top;
	padding-bottom: .5em;
}
.padLeft {
	padding-left: 2em;
	line-height: normal;
}
tr.altBackground td {
	background-color: #DDD;
}
.short {
	width: 100px;
}
.medium {
	width: 300px;
}
.long {
	width: 400px;
}