div#naw {
	float:				right;
	width:				220px;
}

form#contact {
	float:				left;
	width:				470px;
}

form#contact label {
	float:				left;
	width:				150px;
	color:				#767676;
	margin-bottom:		5px;
}

form#contact input, form#contact textarea {
	float:				right;
	margin-bottom:		5px;
	border:				1px solid #bcbdbf;
	height:				20px;
	width:				288px;
}

form#contact textarea {
	overflow:			hidden;
	height:				100px;
	margin-bottom:		10px;
}

form#contact label.error {
	color:				red;
	display:			none;
	float:				right;
	width:				288px;
}

form#contact div#radiobox {
	float:				right;
	width:				295px;
	height:				10px;
	padding:			0 0 20px 25px;
}

form#contact div#radiobox label {
	float:				left;
	width:				20px;
	padding-left:		5px;
	margin-right:		10px;
	line-height:		23px;
}

form#contact div#radiobox input {
	float:				left;
	width:				10px;
	border:				0;
}

form#contact input.checkbox_brochure {
	float:				left;
	width:				65px;
	border:				0;
}

form#contact input#submitButton {
	float:					left;
	width:					80px;
	height:					22px;
	line-height:			22px;
	margin-right:			5px;
	margin-bottom:			20px;
	color:					#767676;
	background-color:		#eaeaea;
	font-size:				12px;
	border:					1px solid #d5d5d5;
	cursor:					pointer;
}
