.gmap { 
	position:absolute; 
	width:700px; 
	height:362px; 

	cursor:move;
	background-color: #ffffff;
	border:1px solid #2E2E2E;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	
	box-shadow: 2px 2px 3px 1px #2E2E2E; 
	-moz-box-shadow: 2px 2px 3px 1px #2E2E2E; 
	-webkit-box-shadow: 2px 2px 3px 1px #2E2E2E;
	
	behavior: url(css/PIE.htc);
}

.asgmap { 
	position:absolute; 
	width:659px; 
	height:305px; 
	top:38px; 
	left:21px; 
	cursor:default;  
}

.asmapper_offererplace { 
	position:absolute; 
	top:7px; 
	left:22px 
}

.mapcloser { 
	position:absolute; 
	top:5px; 
	right: 10px;
}

.mapoptions { position:absolute;
	display:none;
	top:343px;
	right:22px;//right:21px;
}

.mapcancel { 
	display:none; 
	float:left; 
}