/* Mask */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* Modal Dialogue */
.ui-dialog {
    position: fixed;
    background-color: #f1f1f1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefcfc), to(#e6e6e6)); /* for webkit browsers */
    background-image: -moz-linear-gradient(top, #fefcfc, #e6e6e6); /* for firefox 3.6+ */
    background-image: linear-gradient(top, #fefcfc, #e6e6e6);
    padding: 20px 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
}

.ui-dialog-titlebar-close {
    position: absolute;
    top: 8px;
    right: 30px;
    width: 22px;
    height: 23px;
    background: transparent url(https://cdn.evbstatic.com/s3-s3/static/images/social_module/close-button-trans.png) no-repeat top center;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 10002;
}

.ui-dialog-content {
    padding: 20px;
}


/* Dialogue Footer */
.ui-dialog_footer {
    clear: both;
    padding: 0 20px 0 20px;
}

.eb_close_button {
    cursor: pointer;
}
