/* Alerter Styling */
.smokedglass
{
	position: absolute;
	background-color: #010101;
	filter: alpha(opacity=65);
	opacity: 0.65; 
	-moz-opacity: .65;
	display: absolute;
	z-index:15;
	top:0px;
	left:0px;
}
div.alerter
{
	display: none;
	position: absolute;
	left: 50%;
	top: 269px;
	*top: 268px;
	z-index: 20;
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
}
div.MSDreamWindow
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 25;
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
	background-color: transparent;
	border: none;
}
div.MSDreamClose
{
	position: absolute;
	left: 370px;
	top: -25px;
	background-color: transparent;
	color: #ffffff;
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	cursor: hand;
}
.alerter_text, .alerter_text A:link, .alerter_text A:visited, .alerter_text A:active
{
	font-family: calibri;
	font-size: 13pt;
	color: white;
	text-decoration: none;
	z-index: 25;
}
.alerter_text A:hover
{
	color: white;
	text-decoration: underline;
	font-weight: bold;
	z-index: 25;
}
/* Alerter Styling */