﻿

.popupControl {
	background-color:Blue;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}



.modalPopupTitleBar {
     background-color:#4b6c9e;
     border-width:0px;
     border-style:outset;
     border-color:Blue;
     padding:3px;
     height:15px;
     color:White;
     font-weight:normal;
     border-bottom:outset 2px;
 } 
