#general_map_container {
	position: absolute; 
	top: 0.5%; 
	left: 0.5%;
	width: 99%;
	height: 99%;
	z-index: 1000;
	border: 2px dotted #c0c0c0;
	background: white;
}
#general_map_container img {
	max-width: none !important;
}
#general_map_container h2 {
	cursor: move;
	border: 0;
}
#general_map_container.invisible {
	position: absolute;
	left: -10000px;
}
#map {
	width: 99%;
	height: 92%;
	margin: 0.5%;
}
#general_map_close, 
#general_map_close:link, 
#general_map_close:visited {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0.2em;
	right: 0.2em;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	width: 1.4em;
	height: 1.6em;
	line-height: 1.6em;
	color: white;
	background: #5c5c5c;
	text-align: center;
}
#general_map_close:hover, 
#general_map_close:active {
	background: red;
}
#general_map_done, 
#general_map_done:link, 
#general_map_done:visited {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	width: 6em;
	height: 2.3em;
	line-height: 2.3em;
	color: white;
	background: green;
	text-align: center;
}
#general_map_done:hover, 
#general_map_done:active {
	background: red;
}
#general_postcode_cover {
	position: absolute;
	height: 24px;
	background: #25e200;
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4; 
}
#general_postcode_find, 
#general_postcode_find_modal {
	margin-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
@media screen and (min-width: 600px)
{
	#general_map_container {
		position: absolute; 
		top: 0.5%; 
		left: 10%;
		width: 80%;
		height: 99%;
		z-index: 1000;
		border: 2px dotted #c0c0c0;
		background: white;
	}
	#map {
		height: 84%;
	}
}
@media screen and (min-width: 768px)
{
	#general_map_container {
		position: absolute; 
		top: 0.5%; 
		left: 15%;
		width: 70%;
		height: 99%;
		z-index: 1000;
		border: 2px dotted #c0c0c0;
		background: white;
	}
}
@media screen and (min-width: 960px)
{
	#general_map_container {
		position: absolute; 
		top: 0.5%; 
		left: 20%;
		width: 60%;
		height: 99%;
		z-index: 1000;
		border: 2px dotted #c0c0c0;
		background: white;
	}
}