﻿#header {
	position: absolute;	
	width: 980px;
	height: 350px;
	top: 130px;
	left: 0px;
	background: url('../../images/headers/historical.jpg');
}

.modalPopupBackground
{
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.9;
    z-index: 40;
}

.pnlPopup
{
    margin: auto;
    width: auto;
    background: #FFF url('../../images/m.logo.jpg') top center no-repeat;
    border: solid 1px #7d8080;
    padding: 60px 0px 0px 40px;
    z-index: 10001;
    overflow: auto;
}
