label
{
	display: block;
	text-align: right;
	width: 300px;
}

input,
select,
textarea
{
	width: 170px;
	margin: 3px;
}

textarea
{
	height: 100px;
	vertical-align: top;
}

.largeTextareaLabel
{
	width: 438px;
}

.largeTextareaLabel span
{
	width: 115px;
	text-align: right;
	float: left;
	font-size: 0.8em;
}

.largeTextareaLabel textarea
{
	width: 308px;
}

select,
input[type="submit"]
{
	width: 174px;
}

input.checkbox
{
	width: auto;
}

#systemMessage 
{
	background: #ff6600;
	color: #ffffff;
	height: auto;
	margin: 10px 0pt;
	padding: 10px;
	font-size: 1.3em;
	font-weight: bold;
}