﻿.dnnPEMContNotitle.authOnly
{
    position:relative;
}

.dnnPEMContNotitle .editModeMsg
{
    background-color : red;
    opacity : .6;
    border : 1px solid red;
    padding : 5px;
    color : white;
    position : absolute;
    top : 0;
    right : 0;
}

.dnnPEMContNotitle .editModeMsg .close {
    background-image : url('/images/closeBtn.png');
    background-repeat : no-repeat;
    width : 15px;
    height : 15px;
    display : inline-block;
    float:right;
    cursor :pointer;
    margin-left : 10px;
}