inputEx - Styling Labels

Styling the labels

Let's place the labels on top of the fields

		/*
		CSS:
			#sampleGroup div.inputEx-label {
				float:none;
				text-align: left;
			}
		*/