/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-lug-2014, 16.57.49
    Author     : partener
*/


.promomodal {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    
    
    outline: medium none;
    position: fixed;
    
    width: auto;
    z-index: 1050;
}

.promomodal.tl{top: 0; left:0;margin: 0;}
.promomodal.tr{top: 0; left: auto ; right:0;margin: 0;}

.promomodal.bl{top: auto; bottom: 0; left:0;margin: 0;}
.promomodal.br{top: auto; bottom: 0; left: auto ; right:0;margin: 0;}

.promomodal.tc{margin-left: -280px;  top:0;left: 50%;}

.promomodal.bc{margin-left: -280px;  bottom:0;left: 50%;}

.promomodal.ct{margin-left: -280px; top:10%;left: 50%;}
