.label, .input, .textArea
{
	font-weight: normal;
	text-align: left;
	float: left;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 0.4em;
	margin-top: 1em;
	resize: none;
}

.input, .textArea
{
	background-color: White;
	color: Black;
	width: 30em;
	border: none;
}

.label
{
	overflow: hidden;
	width: 8.5em;
	white-space: nowrap;
	background-color: lightskyblue;
	border: none;
}

.error
{
	font-size: smaller;
	font-weight: normal;
	color: red;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-left: 11.0em;
	position: relative;
	clear: both;
}

.container
{
	width:100%;
	clear:both;
	margin-top: -1px;
}