#findDestination {
	clear:both;
	display:block;
	padding-top:14px;
}

form#destinationLocatorForm2 {
	margin:0px;
	padding:0px;
}

form#destinationLocatorForm2 label {
	display:inline;
	float:left;
	width:180px;
	font-size:0.9em;
	padding-top:4px;
}

form#destinationLocatorForm2 input {
/*	MOVED TO colourDefault.css
	color:#7a7a7a;
	border:1px solid #ccc;
*/
	min-width:154px;
	min-height:20px;
	margin-right:5px;
	margin-left:10px;
	padding-left:2px;
	letter-spacing:normal;
}

form#destinationLocatorForm2 button {
/*	MOVED TO colourDefault.css
	background-color:#d4d0c8;
	border-top:1px solid #fff;
	border-right:1px solid #404040;
	border-bottom:1px solid #404040;
	border-left:1px solid #fff;
*/
	min-width:20px;
	min-height:20px;
	margin:0px;
	padding:2px;
}

form#destinationLocatorForm2 button:hover, form#destinationLocatorForm2 button:active {
/*	MOVED TO colourDefault.css
	border-top:1px solid #404040;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #404040;
*/
}



a, button, button:focus, button:active {
/*	MOVED TO colourDefault.css
	color:#000;
*/
	outline:none;
}

#container {
}
		
.btnFindDestination {
	display:block;
	text-align:left;
}

.btnFindDestination:hover {
}

.error {
/*	MOVED TO colourDefault.css
	color:#C3122F;
*/
}
		
#spinner {
	margin-top:6px;
}

.formRow {
	margin-bottom:7px;
	float:left;
}

form#destinationLocatorForm2 .formRow {
	margin-bottom:0px;
}

	
/* destination locator */

#destinationLocator {
/*	MOVED TO colourDefault.css
	background-color:#EEF5FB;
	border:3px solid #BEDA54;
*/
	width:auto;
	height:426px;
	display:none;
	position:relative;
	margin-top:24px;
}

#findDestination form {
}

#destinationLocator h2 {
/*	MOVED TO colourDefault.css
	color:#000;
*/
	margin:0px;
	padding-top:12px;
	font-weight:normal;
}

#simplemodal-container #destinationLocatorForm {
/*	MOVED TO colourDefault.css
	background-color:#beda54;
	background-image:url(../images/colourDefault/bg_formrow.jpg);
*/
	background-repeat:repeat-x;
	width:760px;
	min-height: 83px;
	margin:0px;
	padding:0px 0px 0px 18px;
}
	
	#simplemodal-container #destinationLocatorForm .formRow{
		padding-top:5px;
	}

	#simplemodal-container #destinationLocatorForm label {
		display:inline;
		float:left;
		width:150px;
		font-size:0.9em;
		padding-top:4px;
	}
	
	#simplemodal-container #destinationLocatorForm label.short {
			width:40px;
			padding-left:18px;
	}
	
	#simplemodal-container #destinationLocatorForm input {
/*	MOVED TO colourDefault.css
		color:#7a7a7a;
		border:1px solid #ccc;
*/
		min-width:154px;
		min-height:20px;
		margin-right:5px;
		margin-left:10px;
		padding-left:2px;
		letter-spacing:normal;
	}
	
	#simplemodal-container #destinationLocatorForm select {
/*	MOVED TO colourDefault.css
		color:#7a7a7a;
		border:1px solid #ccc;
*/
		min-width:154px;
		min-height:20px;
		margin-right:5px;
		margin-left:10px;
		padding-left:2px;
		display:inline;
	}
	
	#btnFindDestinationSubmit {
/*	MOVED TO colourDefault.css
		border-top:1px solid #fff;
		border-right:1px solid #404040;
		border-bottom:1px solid #404040;
		border-left:1px solid #fff;
*/
		min-width:20px;
		min-height:20px;
		margin:2px 0px 0px 0px;
		padding:2px;
	}
	
	#btnFindDestinationSubmit:hover {
		background-position:0px -30px;
	}
	
	#findDestination #btnFindDestinationSubmit {
		margin-left:160px;
	}
	
	#simplemodal-container #destinationLocatorSpinner {
		margin-top:2px;
	}
	
	#locatedDestinations {
/*	MOVED TO colourDefault.css
		color:#000;
*/
		list-style-type:none;
		margin:0px;
		padding:0px;
		position:absolute;	
		left:10px;
		top:10px;
/*		width:348px;	*/
		overflow:auto;
		height:405px;
	}
	
#locatedDestinations li {
/*	MOVED TO colourDefault.css
	border-bottom:1px solid #d4d0c8;
*/
	padding:0px 0px 10px 0px;
	margin-bottom:10px;
	position:relative;
/*	width:311px;	*/
}

#locatedDestinations li p {
	margin:0px;
}

p.name {
/*	MOVED TO colourDefault.css
	color:#000;
*/
	font-weight:bold;
	margin:0px;
}

p.address {
/*	MOVED TO colourDefault.css
	color:#000;
*/
	margin:0px;
}

p.contact {
/*	MOVED TO colourDefault.css
	color:#000;
*/
	margin:0px;
}

#map {
/*	MOVED TO colourDefault.css
	color:#333;
	border:3px solid #BEDA54;
*/
	position:absolute;
	top:10px;
	right:10px;
	width:400px;
	height:400px;
}

#map p.contact, #map p.name, #map p.address {
/*	MOVED TO colourDefault.css
	color:#000;
*/
	position:static;
	margin:0px 0px 5px 0px;
}

.modalCloseImg {
/*	MOVED TO colourDefault.css
	background-image:url(../images/colourDefault/btnModalClose.png);
*/
	width:118px;
	height:27px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	position:absolute;
	right:12px;
	top:12px;
	z-index:1;
	cursor:pointer;
}

/*
.modalCloseImg:hover {
	background-position:0px -30px;
}
*/

.modalCloseText {
	width:138px;
	height:27px;
	position:absolute;
	right:10px;
	top:42px;
}
	
.last {
	margin:0px;
	border:none;
}
