textarea, input {
	font-family: arial;
	font-size: 0.8em;
}
textarea {
	overflow: auto;
}
a {
	text-decoration: underline;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.inline {
	display: inline;
}
.input {
	width: 100%;
}
.row td {
	border-top: 1px solid black;
}
.width {
	width: 100%;
}
.nowrap {
	white-space: nowrap;
}