#main {
	display: none;
	}
	
#int_locator {
	position: relative;
	background: url(int_bg.gif);
	width: 545px;
	height: 275px;
	float: left;
	}
	
#static_locator {
	position: relative;
	background: url(static_bg.gif);
	width: 195px;
	height: 275px;
	float: right;
	}
	
#static_locator .content {
	padding: 25px 15px 15px 15px;
	font-size: 12px;
	color: #fff;
	}
	
#locator_form {
	border: none;
	margin: 0;
	}
	
#static_locator label {
	display: block;
	margin: 10px 0 5px 2px;
	}
	
#static_locator input {
	display: block;
	margin-top: 15px;
	}
	
#clear {
	clear: both;
	width: 750px;
	height: 10px;
	}

#dx_postcode_buttons {
	clear: both;
	text-align: left;
	}
	
.trick {color: #eceff0;}