.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;

}
.modalPopup {
	background-color:White;
	position:absolute;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
	width:300px;
	height:100px;
	padding: 10px;
}
.modalPopupLarge {
	background-color:#AAD4FF;
	position:absolute;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
	width:300px;
	height:250px;
	padding: 10px;
}
.modalPopup INPUT 
{
	border: solid 1px black;
}
.popupControl
{
	color:#445f87;
}
