#MapControlButtons
{
    position:absolute;
    z-index:200;
    top:0;
    right:130px;
    padding:5px;
    visibility:hidden;
    width:580px;
    
}


.MapButtons, .MapButtonsSelected
{	
	width: 100px;
	height: 16px;
	border:1px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;	
	background-color: White;
	float: right;
	cursor: pointer;
}

.MapButtonsSelected
{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 2px solid black;
	border-left: 2px solid black;
	font-weight:bold;
	background-color:#FBEA28;
	/*background-color:#FFCCCB;*/
}