.floatLeft {
	float: left;
	width: 290px;
}

.floatRight {
	float: right;
	width: 290px;
}

.formHelp {
	font-size: x-small;
	color: #0066FF;
}

label {
	float: left;
	width: 85px;
}

input, textarea, select {
	border: #666 solid 1px;
	font-family: inherit;
	padding: 2px;
	margin-bottom: 5px;
}

input {
	width: 300px;
}

textarea {
	width: 300px;
	height: 150px;
}

.button {
	width: auto;
	border: #666 solid 1px;
	padding: 2px 10px 2px 10px;
	background: #FFF;
}