.management .manage_module_map {
    border-radius: 5px;
    height: 250px;
    margin: 5px 0 10px;
    width: 100%;
}

fieldset.marker_fieldset {
	background: #e3e3e3;
	border-color: #666;
	margin: 0;
}
a.remove_marker {
	float: right;
	margin-top: -17px;
	margin-right: -7px;
	display: inline;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #ccc;
	border: 1px solid #666;
	padding: 3px 5px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
a.remove_marker:hover {
	background: #bcbcbc;
	cursor: pointer;
}
div.marker_fieldset_inner fieldset {
	margin: 0;
	width: 97%;
}
div.marker_fieldset_inner {
	padding: 0 0 15px;
}
div.manage_module_map {
	width: 38%;
	margin-bottom: 10px;
	border-radius: 5px;
	height: 226px;
}
div.marker_fieldset_outer div.message {
	margin: 0;
}
div.alternative_icons {
	width: 100%;
	background: transparent;
	text-align: center;
	display: block;
	max-height: 73px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
div.alternative_icons.open {
	max-height: 900px;
}
a.marker_show_toggle {
	padding-top: 10px;
	display: inline-block;
	text-decoration: underline !important;
}
div.alternative_icons a {
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	margin: 0 1px 1px 0;
	padding: 3px;
	background: #eee;
	border: 1px solid #aaa;
	overflow: hidden;
}
div.alternative_icons a:hover {
	background: #ccc;
}
div.alternative_icons a img {
	height: 95%;
}

.management select {
	width: auto;
}
.management .address_input_container {
	padding-bottom: 10px;
}
.management .address_input_container input {
	width: 138px;
}
.marker_options label,
.management .address_input_container label {
	display: none;
}
div#marker_clusterer_options div.alternative_icons {
	width: 100%;
}


div#marker_clusterer_options div.alternative_icons a.current {
	background: #CCC none;
}
