#Modal 
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../NEW_Images/images/ModalBG.png') repeat scroll left top;
    z-index: 200;
    display: none;
}

#Modal #Modal-Popup
{
    float: left;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -315px;
    width: 630px;
    height: auto;
    border: solid 2px #ccc;
    background-color: #fff;
    padding: 15px;
    z-index: 100;
}

#Modal #Modal-Popup div
{
    float: left;
}

#Modal #Modal-Popup .popup-content-select,
#Modal #Modal-Popup .custom-popup,
#Modal #Modal-Popup .default-popup,
#Modal #Modal-Popup .default-popup > span,
#Modal #Modal-Popup .custom-popup > span
{
    display: none;
}

#Modal .header 
{
    width: 100%;
    height: auto;
	background-color: #22211d;
	color: #fff;
	font-size: 24px;
	padding: 35px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#Modal .header span {
	color: #fef102;
}

#Modal .content
{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

#Modal .content .image
{
    width: 191px;
    height: auto;
}

#Modal .content .text
{
    width: 423px;
    height: auto;
    margin-left: 15px;
    background-color: rgba(255,0,0,0.3);
}

.modal-close {
	width: 423px;
	float: left;
    text-align: right;
}
.modal-close a {
	font-size: 11px;
	color: #999;
}
