﻿/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
    border: 1px solid #999999;
    background-color: #FFFFFF;
    padding: 4px;
}

.progress {
	color: #003468;
	height: 22px;
	padding-left: 20px;
	border-right: #003468 1px solid;
	border-top: #003468 1px solid;
	border-left: #003468 1px solid;
	border-bottom: #003468 1px solid;
	padding-bottom: 2px;
	padding-top: 2px;
	background-image: url(images/ico_progress.gif);
	background-repeat: no-repeat;
	background-color: #99ccff;
	background-position-y: 5px;
}