.reset {
	display: block;
	height: 1px;
	overflow: hidden;
	clear: both;
	width: 100%;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center !important;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.invalid, .outsideInvalid {
	color: red;
}



