﻿#progressBackgroundFilter
{
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modalBackground {
	background-color:#d6e0f2;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#d6e0f2;
	border-width:2px;
	border-style:solid;
	border-color:#e46425;
	padding:8px;
	width:250px;
	line-height:1.2em;
}