
a{
cursor: pointer;
text-decoration:none;
}

.backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}



.popupContact, .popupContact1 {
    display: none;
    height: 413px;
    position: absolute;
    width: 558px;
    z-index: 2;
    margin:0px 0px 0px 434px;

}

.popupContactClose, .popupContactClose1  {
    color: #FFFFFF;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    margin:5px 0px 0px 526px;
    /*right: 18px;
    top: 3px;*/
        cursor: pointer;
}


.carousel_new_container .btn_design, .carousel_new_container .button1{
text-align:center;
cursor: pointer;
text-decoration:none;
}




.fadeout {
 width:100%;
 height:111%;
 z-index:999999;
/* background-color:#000000;*/
background:url(/images/bg-dropshadow.png) scroll 0 0 transparent;
 position:absolute;
 top:0;
 
 }

 
.fadeout .popupContact {
/*    background: url("/images/bg-dropshadow.png") no-repeat scroll 0 0 transparent; */
    height: 440px;
    left: 1%;
    margin: 0 auto;
    padding: 9px 187px 74px 239px;
    position: relative;
    top: 14%;
    width: 565px;
}
