﻿#contactUsPopUp {
    width: 100%;
    height: 1211px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible;
    display: none;
}

    #contactUsPopUp .pageAlternativeBackground {
        width: 100%;
        height: 1211px;
        position: absolute;
        opacity: 0.7;
        filter: alpha(opacity=70);
        top: 0;
        right: 0;
        background-color: #5a5a5a;
    }

#contactUsPopUpContent {
    width: 490px;
    height: 400px;
    overflow: visible;
    position: absolute;
    display: none;
}

#contactUsPopUpCloseButton {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    height: 25px;
    width: 25px;
    background: url('../images/closebutton.png') no-repeat;
    background-size: auto 100%;
    overflow: visible;
    float: right;
}

#contactUsPopUpContent iframe {
    width: 490px;
    height: 540px;
}

.PopUpContent {
    overflow: visible;
    position: absolute;
    display: none;
    right: 30%;
    top: 10%;
}

.pagePopBackground {
    width: 100%;
    height: 1200px;
    position: absolute;
    opacity: 0.7;
    filter: alpha(opacity=70);
    top: 0;
    right: 0;
    background-color: #5a5a5a;
    display: none;
}


#btnClose {
    width: 43px;
    height: 43px;
    position: relative;
    top: 60px;
    margin-right: 40px;
    background: url('../Popup/cloes.jpg') no-repeat;
    cursor: pointer;
    *top: 65px;
}


#btnCloseEn {
    width: 43px;
    height: 43px;
    position: relative;
    top: 60px;
    left: 25px;
    background: url('../Popup/cloes.jpg') no-repeat;
    cursor: pointer;
}
