﻿
/* .greydiv class used for grey background over window*/
.greydiv {
	background-color: Gray;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	position: absolute;
	top: 0px;
	left: 0px;
	 
}

/* .popupdiv class used for the popup div*/
.popupdiv {
	background-color: White;
	left: 200px;
	top: 200px;  
	position: absolute;
	 
}

/*closebutton the id of the close button */
#closebutton {
	color: Teal;
	font-weight: bold;
}
