﻿.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=70);
	opacity: 0.3;
}

.modalPopup
{
	background-color: White;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
