.stackPanelBaseMap .gwt-StackLayoutPanelContent {
    background: none;
}


.BasemapPopupItemSelected {
	background-color: #e3e3e3;
	font-weight: bold;
}

#ClearButtonBM {
	margin-top: 10px;
	cursor: pointer;
	width: 100px;
	height : 20px;
    padding-top: 3px;
	border-style: solid;
	border-color: #9A9B9C;
	border-width: 1px;
	text-align: center;
	vertical-align : middle;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}

#ClearButtonBM:active {
	background-color: #3498db;
	color : white;
}

#ClearButtonBM:hover {
	border-color: #747678;
}
