/**
 * styles available for general use, not tied into a specific area of functionality
 * 
 */

 label
 {
 	float: left;
	width: 200px;
 }
 
 .label
 {
 	float: left;
	width: 200px;
 }
