/*
 *  Contains the CSS useful for the reference map
 */

.ReferenceMapBox {
	position: absolute;
	overflow: hidden;
	border: solid 2px red;
	left: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	z-index: 10000;
}

* html .ReferenceMapBox {
	background: #FFEFEF;
	filter: alpha(opacity=50);
}
