#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:99998;
    background-color: #4D4D4D;
    display:none;

}  
#boxes .window {
    position:absolute;
    left:0;
    top:0;
    width:500px;
    /*		  height:330px;*/
    display:none;
    z-index:99999;
    padding:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #333333;

    -moz-box-shadow:4px 4px 30px #130507;
    -webkit-box-shadow:4px 4px 30px #130507;
    box-shadow:4px 4px 30px #130507;
    -moz-transition:top 800ms;
    -o-transition:top 800ms;
    -webkit-transition:top 800ms;
    transition:top 800ms;
    /*                  position: relative;*/
}
#boxes #dialog {
    width:300px; 
    /*		  height:330px;*/
    padding:0px;
    color: #ffffff;
    background-image: url("//b.content.wso2.com/sites/all/images/webinars-Interuptor.jpg");
    background-repeat: repeat;
    padding: 0px;
    height: 250px;
}


#boxes #condialog {
    width:300px; 
    /*		  height:330px;*/
    padding:0px;
    color: #ffffff;
    background-image: url("//wso2.cachefly.net/wso2/sites/all/images/interruptor-eu16.jpg");
    background-repeat: no-repeat;
    padding: 0px;
    height: 224px;
}
#boxes #ebrdialog {
    width:300px;
    /*            height:330px;*/
    padding:0px;
    color: #ffffff;
    background-image: url("//wso2.cachefly.net/wso2/sites/all/images/usacon-2015.jpg");
    background-repeat: no-repeat;
    padding: 0px;
    height: 224px;
}
#boxes #dasdialog {
    width:300px;
    padding:0px;
    color: #ffffff;
    background-image: url("//wso2.cachefly.net/wso2/sites/all/images/das-interrupter.jpg");
    background-repeat: no-repeat;
    padding: 0px;
    height: 224px;
}

#boxes #webinardialog {
    width:300px;
    padding:0px;
    color: #ffffff;
    background-image: url("//wso2.cachefly.net/wso2/sites/all/images/tech-webinar-interuptor.jpg");
    background-repeat: no-repeat;
    padding: 0px;
    height: 224px;
}
#boxes #latamdialog {
    width:300px;
    padding:0px;
    color: #ffffff;
    background-image: url("//wso2.cachefly.net/wso2/sites/all/images/latam-webinar-interrupter.jpg");
    background-repeat: no-repeat;
    padding: 0px;
    height: 224px;
}

.padding {
    padding: 10px;
}
.wso2conLogo {
    display: block;
    text-align: left;
}
.wso2conLogo img {
    width: 300px;
    -moz-border-radius: 0px 10px 0px 10px;
    -webkit-border-radius: 0px 10px 0px 10px;
    border-radius:  0px 10px 0px 10px;
}
.cClose {
    position: absolute;
    top: -24px;
    left: 274px;
    background: transparent;
}
.close img {
    width: 40px;
}
