/* zFlex/flexPopup.css */

.flexPopup .dxpc-header {
    padding: 25px 25px 11px 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.flexPopup .dxpc-content {
    padding: 0px 25px 25px 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}

.flexPopupNarrow .dxpc-content {
    padding: 0 !important;
}

.flexPopupNarrow .dxpc-header {
    padding: 26px 25px 0px 25px !important;
}

.flexPopupNarrow .dxpc-closeBtn {
    padding: 0 !important;
}

.flexPopup.dxpc-mainDiv,
.flexPopup.dxpc-header,
.flexPopupNarrow .dxpc-mainDiv,
.flexPopupNarrow .dxpc-header {
    border: 0px solid transparent;
    border-radius: 3px;
}


.roundedPopup
{
    box-shadow: 0 0 0 1px rgba(255,255,255,0.25), 0 8px 16px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.25), 0 8px 16px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 0 1px rgba(255,255,255,0.25), 0 8px 16px 0px rgba(0,0,0,0.35);
}

.roundedPopup, .roundedPopup .dxpcHeader, .roundedPopup .dxpc-header
{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.roundedPopup, .dxpcContent, .roundedPopup
{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.roundedPopup .dxpc-closeBtn {
    padding: 0px;
}