
/* -------------------------------------------------- 
   Target Overlay Modal Style
-----------------------------------------------------
*/

.lead{ font-family:'Opel Sans'; font-size:18px;}
.hide{ display: none;}
.close-overlay{ position: absolute; left: 1%; top: 1%; font-size: 1px; cursor: pointer; width:103px; height:36px; background:url(../img/close.gif);}

.close-overlay a { background:url(../img/closeh.gif);}

.close-overlay:hover { background:url(../img/closeh.gif);}

.trg-overlay{ background: #fff; position: absolute; z-index: 800; padding: 0px; overflow: hidden; font-size:16px; font-family:Arial, Helvetica, sans-serif; line-height:24px;  top:420px!important;  }
.small{ width: 980px; height:586px;}
.standard{ width: 60%;  }
.big{ width: 70%;  }
.overlay{
	display:none;
background-color:#000!important;
position:fixed;
top:0px!important;
bottom:0px;
left:0px;
right:0px;
z-index:600;
cursor:pointer;
width: 100%; height: 100%;
}
.trg-modal-header{ border-bottom: 1px solid #d2d2d2; padding: 0px; margin: 15px 0px;}



