	

	div.span-15, div.formLabel, div.formField, div.formFieldHalf, div.radioOption {
		float: left;
	}
	
	div.span-15 {
		width: 542px;
	}
	
	div.radioOption {
		width: 80px;
	}
	
	div.formLabel {
		width: 132px;
		margin:0px;
		padding:0px;
	}
	
	div.formField { width: 392px; }
	div.formFieldHalf { width: 138px; }
	textarea.formFieldHalf, input.formFieldHalf { width: 181px !important; }
	input.formField { width: 379px !important; }
	input.title, textarea.title { 
		font-size: 17px; 
		padding: 5px; 
		padding-left:5px !important;
		padding-right:5px !important;
		border: 1px solid #DBDBDB;
	}
	textarea.formField {
		font-size: 12px;
		width: 330px;
	}
	
	span.textareaWrap {
		padding: 0px 5px 5px 5px;
		background: #EAEAEA;
	}
	.last, div.last  { margin-right:0; }
	.clear {
		clear: both;
	}
	div.formRow {
		margin:0px;
		padding:0px;
		height:30px;
		margin-top:20px;
		margin-bottom:5px;
	}
	
	div.formLabel {
		margin: 4px 0px 9px 0px;
		font-size: 15px;
		color: #747474;
	}
	
	input.labelHighlight, textarea.labelHighlight {
		color: #999999;
	}
	
	span.smallText {
		color: #666;
		font-size: 10px;
	}
	
	label.radioLabel {
		padding-left: 3px;
		font-size: 12px;
	}
	
	div.picselect {
		padding:0px;
		width: 162px;
		background: none;
	}
	
	h3.subheading {
		font-size: 22px;
		font-weight: bold;
	}