div.WndwMssg
{
	width: 100%;
	height: 100%;
	position: fixed;
	top:  0px;
	left: 0px;
	background-color: transparent;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABVJREFUeNpiYWBg8AFiBiYGKAAIMAAElABTMi6BIwAAAABJRU5ErkJggg==);
	background-repeat: repeat;
	background-position: center center;
	z-index: 1000;
}
div.WndwMssg div.WndwMssgLocationsHidden, div.WndwMssg div.WndwMssgLocationsVisible
{
	width: 500px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	opacity: 0;
	filter: alpha(opacity=0);
}
div.WndwMssg div.WndwMssgLocationsVisible
{
	margin-top: 100px;
	-webkit-transition-duration: 0.5s; /* Safari */
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	opacity: 1;
	filter: alpha(opacity=100);
}
div.WndwMssg .WndwMssgWindow
{
	background-color: #fff;
	box-shadow: 1px 1px 5px #666;
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
}
div.WndwMssg .frame_body
{
	margin: 0px;
	min-height: 100px;
	max-height: 400px;
	overflow: auto;
	width: 100%;
}
div.WndwMssg .frame_body h2
{
	padding-bottom: 10px;
}
div.WndwMssg .frame_body p
{
	margin-top: 10px;
}
div.WndwMssg .frame_body :first-child
{
	margin-top: 0px;
}
div.WndwMssg .frame_controls
{
	margin: 0px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	text-align: center;
	float: left;
	width: 100%;
}
div.WndwMssg .frame_controls p.frame_buttons
{
	margin: 0px;
	padding: 0px;
	float: right;
}
div.WndwMssg .frame_controls p.frame_buttons span.button_general
{
	clear: none;
}