/* fannying about! */
#darklight{
	position: fixed;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 100;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	/* // for IE5-7
	filter: alpha(opacity=50);
	// for IE8
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	// all other versions of IE
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
	filter: alpha(opacity=50);// second!
	
	*/
	z-index: 9;
}

#region-form-submit{
	float: left;
	width: 291px;
	margin: 10px 0 5px 0;
	text-align: right;
}

#region_map_wrapper{
	position: absolute;
	margin: auto;
	width: 300px;
	z-index: 10;
	border: 5px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 3px;
	padding: 6px;
	font: inherit;
	font-size: 14px;
	color: #888;
	background-color: #FFF;
}
#region_map, #region_labels{
	float: left;
	width: 150px;
	height: 220px;
}
#region_map img.map_overlay{
	display: none;
}
#region_map img#unselected{
	display: inline;
}
#region_labels ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 150px;
	height: 220px;
	list-style:none;
}
#region_labels ul li{
	margin:2px;
	width: 135px;
	height: 35px;
}
#region_labels ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 135px;
	height: 30px;
	display: block;
	padding: 2px;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}
#region_labels ul li a.region_link{
	background-color:#cccccc;
}
#region_labels ul li a.selected_region_link{
	background-color: #663366;
}
#region_labels ul li a#north_link{
	line-height: 15px;
}
#region_labels ul li a#west_link{
	line-height: 15px;
}
#region_labels ul li a#east_link{
	line-height: 15px;
}
#region_labels ul li a#tayside_link{
	line-height: 15px;
}

/* these are inline styles pulled from the go bagging page */

#searchFormControls{
	width:290px; 
	float:left;
}
#addressInput{
	width: 160px; 
	margin-right: 10px; 
	margin-bottom:30px;
}
#baggingOptions{
	width: 290px; 
	height: 90px; 
	float: left; 
	margin: 10px 0px; 
	-moz-border-radius: 6px 6px 6px 6px; 
	padding: 10px 0px 5px 10px;
}
#baggingOptions img{
	float:left;
}
#baggingOptions input{
	float:left;
}
