﻿.overlay_alert
{
	FILTER: alpha(opacity=60);
	background-color: #808080;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alert_content
{
	background: #fff;
	font: 12px arial;
	overflow: visible;
	color: #000;
}
.alert
{
	background-position: center top;
	background-attachment: fixed;
	background-image: url(App_Themes/Window/alert/advSbg.gif);
	background-repeat: no-repeat;
}
.alert_message {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	margin-bottom: 5px;
}
.alert_buttons
{
	width: 100%;
	text-align: center;
	background-position: center center;
	background-attachment: fixed;
	background-image: url(App_Themes/Default/Image/bg_btn.gif);
	background-repeat: no-repeat;
}
.alert_buttons INPUT {
	MARGIN: 10px; WIDTH: 20%
}
.alert_progress {
	BACKGROUND: url(alert/progress.gif) #fff no-repeat center center; FLOAT: left; MARGIN: auto; WIDTH: 100%; HEIGHT: 16px; TEXT-ALIGN: center
}
