﻿/*Modal Popup*/
.EditPopup
{
	background-color: Background;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}
.ModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/*Popup Control*/
.popupControl
{
	background-color: White;
	position: absolute;
	visibility: hidden;
	border: solid 1px Black;
	padding: 10px 10px 10px 10px;
}
