
form, form * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.content_section, .content_section * {
	margin: 0px; 
	padding: 0px;
	}

.content_section {
	float: left;
	text-align: left;
	margin-bottom: 7px;
	width: 560px;
	}

.content_section .contact_left {	
	float: left;
	width: 560px;
	margin-top: 30px;
	}

.content_section .contact_right dl {	
	float: left;
	width: 560px;
	margin-left: 50px;
	clear: both;
	padding-bottom: 5px;
	}

.content_section .contact_right dt {
	clear: both;	
	float: left;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	width: 130px;
	text-align: right;
	}

.content_section .contact_right dd {	
	float: left;
	padding-bottom: 5px;
	}

.content_section .contact_right dd input,
.content_section .contact_right dd input.textfield {	
	width: 280px;
	}

.content_section .contact_right dl.contact_checkbox dd.contact_checkbox,
.content_section .contact_right dl.contact_checkbox .contact_checkbox input {	
	width: 20px;
	}

.content_section .contact_right .contact_clearboth, 	
.content_section .contact_right .contact_clearboth {	
	clear: both;
	}

.content_section .contact_right dl.contact_checkbox {	
	clear: both;
	padding: 0px;
	}

.content_section .contact_right .contact_checkbox dd.contact_checkbox {	
	float: left;
	}

.content_section .contact_right .contact_message textarea {
	width: 280px;
	height: 60px;
	padding: 3px;
	}

.content_section .contact_right .contact_required_info { 
	clear: both;
	width: 330px;
	}

.content_section .contact_right #address_box { 
	display: none;
	}

.content_section .contact_right .contact_required_info dd { 
	font-weight: bold;
	}
	
.content_section .contact_right .contact_spacer { 
	clear: both;
	width: 330px;
	height: 10px;
	}

.content_section .contact_right .contact_button_basic { 
	clear: both;
	padding-top: 10px;
	width: 480px;
	}

.content_section .contact_right .contact_button_submit { 
	clear: both;
	float: right;
	}