a {
  cursor: pointer !important;
}

.div_hidden_content {
	display:none;
         position:absolute;
         top:0px;
         left:0px;
         min-height: 100%;
         height: auto !important;
         height:100%;
         width:100%;
         overflow:auto;
}

.div_hidden_content_boxes {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 5000;
}

.wait_box {
	margin:50px auto auto;
	width:500px;
	z-index:5001;
	display:none;
	border: 3px solid #FFFFFF;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	color: #000000;
    	padding: 5px;
    	background: #FFFFFF url(../images/layer_bg.png) repeat-x;
    	position:relative;
 	font-family: "Trebuchet MS", Verdana;
    	font-size: 11pt  !important;
}

.wait_box div {
 	font-family: "Trebuchet MS", Verdana;
    	font-size: 11pt  !important;
}

.wait_box h1 {
 	font-family: "Trebuchet MS", Verdana;
         font-size: 16pt;
 	font-weight: bold;
    	color:#000000;
    	margin: 0px 0px 0px 0px;
    	padding: 5px 0px 5px 10px;
 	vertical-align:top;
}

.wait_box .content	{
	width:100%;
	padding:5px;
	margin-top:27px;
	position: relative;
}
.wait_box .close {
	position: absolute;
	top: -21px;
	right: -18px;
	width: 33px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
	background-image: url(../images/close.png); background-repeat: no-repeat;
}

.map_box {
	position: absolute;
         top: 30px;
         left: 50%;
         margin: 0px 0px 0px -460px;
	width: 920px;
	z-index:5001;
	display:none;
}

.shadow{
	position:fixed;
         z-index: 111;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	overflow: auto;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: .70;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	background-color: #000000;
}