textarea {
	border: 1px solid #666666;
	padding: 5px;
	font-family: sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
}

td {
	font-family: sans-serif;
	color: #333333;
	font-size: 14px;
}

.error {
	font-family: sans-serif;
	color: #CC0000;
	font-weight: bold;
	font-size: 13px;
}

.fixedWidthSelect {
	width: 275px;
}

input {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	font-family: sans-serif;
	padding: 5px;
	border: 1px solid #666666;
	height: 26px;
	vertical-align: middle;
}

select {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	font-family: sans-serif;
	padding: 3px;
	border: 1px solid #666666;
}
.req {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	font-family: sans-serif;
}