@CHARSET "ISO-8859-1";

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 12px;
}

.hidden {
	display: none;
}
.warning {
	color: #ff0000;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

img {
	border: 1px solid;
}

th {
	text-align: left;
	text-decoration: underline;
}

td label > * {
	float: right;
}

td input[type='text'], input[type='file'], td textarea {
	width: 250px;
}
td select {
	width: 256px; /* account for missing margin, padding */
}
td textarea {
	overflow-y: auto;
}