﻿.dxpcLite_MetropolisBlue .dxpc-header, .dxdpLite_MetropolisBlue .dxpc-header {  
    border-top-left-radius: 4px;  
    border-top-right-radius: 4px;  
} 

.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 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.roundedPopup, .dxpcContent, .roundedPopup {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
