﻿/*Modal Popup*/
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color: #ffffff;
	padding: 3px;
	width: 750px;
	height: 500px;
	border: lightgrey 1px solid;
} 
