.map_overlay {
    width: 100%;
    height: 630px;
    position: relative;
    display: inline-block;
}
#map {
    width: 100%;
    position: relative;
    height: 600px;
}
.map_overlay .addicon img {
    margin: 9px 9px;
	
}
.map_overlay .addicon {
	width: 100px;
	height: 50px;
	position: absolute;
	background: rgba(0,5,68);
	right: 58px;
	top: 6px;
	z-index: 999;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.loginform {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000a3;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
form#loginform {
    background: #fff;
    position: fixed;
    padding: 10px;
    width: 301px;
    z-index: 999;
	position: relative;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
}
form#loginform input#user_pass, 
form#loginform input#user_login {
    clear: both;
    float: none;
    width: 80%;
    margin: 0 10%;
    padding: 5px;
}
form#loginform span.close_button {
    position: absolute;
    top: 5px;
    right: 8px;
    color: transparent;
    display: inline-block;
    width: auto;
    height: auto;
    cursor: pointer;
    color: rgba(0,5,68,0.7);
    background: url(img/close.png) no-repeat scroll center center;
}
#loginform p {
    text-align: center;
}
.ds a, .ds a:hover {
    color: #000;
    text-decoration: none;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
    padding: 0 !important;
}
.ds.extreme a, .ds.extreme a:hover{
	color: #fff;
}