/* cmsms stylesheet: common modified: 02/14/19 21:37:11 */
.hideme{
display:none;
}
/* cmsms stylesheet: ellibox-dialog modified: 02/14/19 21:48:49 */
.ui-dialog {
    border: 1px solid grey;
    background: white;
}
.ui-dialog-titlebar-close{
    width: 10px;
    height: 15px;
    position: absolute;
    right: 0px;
    content: 'X';
    background-image: url('../../uploads/themes/ellibox/close.png');
    background-repeat: no-repeat;
}
