input[type="text"], input[type="password"], textarea {
	width: 24.5em;
}

select {
	width: 25em;
}

input.shortNumber {
	width: 20px;
}

input.number {
	width: 55px;
}

form .error {
	color: red;
	display: block;
	text-align: left;
}

table.doubleSelect {
	margin: 0;
}

table.doubleSelect th {
	width: 250px;
	padding: 0 !important;
	font-weight: normal;
	text-align: center;
	font-size: 85%;
}

table.doubleSelect select {
	width: 240px;
}

table.doubleSelect th.arrows, table.doubleSelect td.arrows {
	vertical-align: middle !important;
	text-align: center;
	width: 20px;
}
