form{padding: 0.5em 0;}
	fieldset{}
	
	label.FormHeading{display: block; font-size: 1.2em; font-weight: bold; margin-bottom: 1em;}
	
	.field{width: 100%; padding-bottom: 10px; overflow: auto;}
		label.left{float: left; display: block; width: 100px; padding: 5px 0 0 0;}
			.dropdown label.left{padding-bottom: 3px;}
			.optionset label.left, .checkboxset label.left{border: 0;}
		.middleColumn, .Actions{display: block; margin-left: 100px;}
			.middleColumn input, .middleColumn textarea, .middleColumn select{background: #fdfdfd; border: 1px solid #e5e5e5; width: 250px; padding: 3px;}
			.middleColumn textarea{font-size: 1em; font-family: Arial, Verdana, sans-serif;}
				.middleColumn input:hover, .middleColumn textarea:hover, .middleColumn select:hover{background: #fff; border: 1px solid #cfd5e2;}
				.middleColumn input:focus, .middleColumn textarea:focus, .middleColumn select:focus{background: #fff; border: 1px solid #b8c1d2;}
			.message{font-size: 0.86em; color: #971717;}
		
		.middleColumn .radio, .middleColumn .checkbox{border: 0;}
	
	.radio, .checkbox{width: auto!important;}
	
	.Actions .action{background-image: url(../images/sendMessage.png); border: 0; width: 60px; height: 25px; cursor: pointer;}
		.Actions .action:hover{background-position: 0 -100%;}