#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 660px;
    text-align: left;
    background: url('../../aircanada_dev/images/lbBg.png');  
    border:3px solid rgba(0,0,0,0);
    -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
    box-shadow:0 0 18px rgba(0,0,0,0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.shareSubmitFB{
    padding-top: 10;
}
#facebox .popup{
    position:relative;
    background: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#facebox .content {
    width: 660px;
    padding: 10px;
    background: #fff;
    overflow-y: auto;
    background: url('../../aircanada_dev/images/lbBg.png');
}
#facebox .content > p:first-child{
    margin-top:0;
}
#facebox .content > p:last-child{
    margin-bottom:0;
}
#facebox .divClose{
    width:100%;
    background:#fff;
    height:38px;
    border-top: 1px solid #ccc;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#facebox .close{
    float: right;
    padding:2px;
    background:#fff;
}
#facebox .close {
    opacity: 1.0;
}
#facebox .close img{
    opacity:0.6;
}
#facebox .close:hover img{
    opacity:1.0;
}
#facebox .loading {
    text-align: center;
}
#facebox .image {
    text-align: center;
}
#facebox img {
    border: 0;
    margin: 0;
}
#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}
.facebox_hide {
    z-index:-100;
}
.facebox_overlayBG {
    background-color: #000;
    z-index: 99;
}
.faceboxTitle{
    font-size: 2.0em; 
    color: #333;
    width: 450px; 
    float: left;    
}
.faceboxLogo{
    width: 200px;
    float: left;    
}
.faceboxLogo img{
    float: right;
}
.faceboxContent{
    clear: both;
    padding-top: 40px;
    width: 630px;
}
#privacy{
    display: block;
    overflow: auto;
    width: 635px;
    height: 450px;
    padding: 0px;
    margin: 0px;
    border: none;
}