﻿body
{
    font-family : Arial;
     font-size: 10pt;
}
.modalBackground {
	background-color:Black;
	filter:alpha(opacity=50);
	opacity:0.4;
}
.modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-bottom:10px;
	width:545pxpx;
	height:350px;
}