/* popups */
div#map_popup{
	position: absolute;
	z-index: 99999;
	width: 530px;
	left: 200px;	
	top: -500px;
	margin-right: -12px;
	display: none;
	background: url('../images/design/popup/popup_top.png') no-repeat 0 top;	
}

div#close_button_support,
div#close_button_register{
	width: 24px;
	margin: 3px 3px 0 0;
	height: 24px;
	cursor: pointer;
	float: right;
}

div.popup-top{
	width: 488px;
	padding: 0 10px 16px 32px;
	margin: 27px 0 0 0;
	overflow: hidden;
	background: url('../images/design/popup/popup_middle.png') repeat-y 0 0;		
}


div.popup-bottom{
	width: 530px;
	height: 16px;
	background: url('../images/design/popup/popup_bottom.png') no-repeat 0 bottom;		
}


div#close_button_support{
	background: url('../images/design/popup/close_button.png') no-repeat 0 top;
}

div#close_button_support:hover{
	background: url('../images/design/popup/close_button.png') no-repeat 100% top;
} 
