/* Start: General Styles */
.STMLayersJS_Wrapper {
	display: none;
	position: absolute;
	z-index: 100;
}

.STMLayersJS_Overlay {
	background-color: #FFFFFF;
	position: absolute;
	z-index: 500;
}
/* End: General Styles */

/* Start: Error Message Layer */
#STMLayersJSAlertMessage {
	background-color: #FFFFFF;
	border: 4px double #000000;
	max-width: 400px;
	padding: 10px;
}

#STMLayersJSAlertMessage .STMLayersJS_CloseLink a {
	border-top: 1px dotted #000000;
	color: #FBA919;
	display: block;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}
/* End: Error Message Layer */
