﻿.ModalPopup
{
    background:url('images/lightBox-top.png') no-repeat top left;
    width:700px;
   
    
    
}
.ModalPopup .Title
{
    font-weight: bold;
    color:#fff !important;
    font-size:120%;
    margin:0;
    margin-left:25px !important;
    line-height:32px !important;
    
    
}

.ModalPopup .content
{
    
    background:#fff;
    padding:25px;
}
.ModalPopup .bottom
{
    width: 100%;
	height: 6px;
	
	background: url(images/lightBox-bottom.png) no-repeat right top;
}

.bcCssClass {
	background: url("images/_1x1opacity.png");
	
}

.display-none
{
    display:none;
}

.popupCloseBtn
{
    margin-top:10px;
    background:url(images/button-offer.png) no-repeat;
    display:block;
    padding:0px 20px;
    font-size:16px;
    height:38px;
    line-height:36px;
    position:relative;
    color:White;
    text-decoration:none;
}
.popupCloseBtn span
{
   width: 12px;
	height: 38px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #af36aa url(images/button-offer-right.png) no-repeat left top;
    
}
