﻿/*Modal Popup*/
.modalBackground {
	background-color:#E6E6FA;
	filter:alpha(opacity=70);
	opacity:0.7;
	width:100%;
	height:100%;
}

