form label{
	display: block;
	float: left;
	clear: left;
	width: 125px;
	margin-bottom: 10px;
}

.textAreaLabel{
	width: 125px;
	float: left;
	clear: none;
}

input{
	margin-bottom: 10px;
}

form{
	margin-left: 100px;
}
