﻿.modalBackground {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.modalPopup {
	background-color: White;
	border: Solid 1px black;
	padding: 15px;
	-moz-border-radius: 10px; /* Mozila */
	-webkit-border-radius: 10px; /* WebKit */
	border-radius: 10px; /* W3C */
}
.popupControl {
	/*background-color: #DCDCDC;*/
	background: url(Images/trans25.png);
	border: Solid 1px #919B9C;
	visibility: hidden;
}
/* Styled separately for easy removal */
.popupControl {
	-moz-box-shadow: 3px 3px 4px #000; /* Mozila */
	-webkit-box-shadow: 3px 3px 4px #000; /* WebKit */
	box-shadow: 3px 3px 4px #000; /* W3C */
}
