.ModalBackground {
	background: #000000;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	}

.ModalPopup {
	background: #FFFFFF;
	padding: 15px;
	width: 500px;
	height: 500px;
	position: relative;
	}

.ModalPopup .Close {
	background: url(../Images/ModalPopup/Close.png) no-repeat;
	width: 24px;
	height: 24px;
	border: 0px;
	cursor: pointer;
	position: absolute;
	right: -8px;
	top: -8px;
	}

.ModalPopup .Close:hover {
	background: url(../Images/ModalPopup/Close.png) left -24px no-repeat;
	}

.ModalPopup .Image {
	 max-width: 500px;
	 max-height: 500px;
	}

.ModalPopup .HeaderImage {
	width: 870px;
	height: 110px;
	}

.ModalPopup .Information {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 15px;
	}