﻿.modalBackground
{
      background-color: black;
      filter: alpha(opacity=60);
      opacity: 0.6;
}
 
.modalPopup
{
	background-color: #ffffff;
	border-width: 5px;
	border-style: solid;
	border-color: Gray;
	padding: 5px 5px 10px 15px;
	width: 330px;
	height: 200px;
}

