.popup-container {
    height: 0;
    position: absolute;
    top: 0;
    left: 260px;
}
    .shadow {
        background: #000;
        cursor: pointer;
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1100;
    }
    .common-popup {
        background: #fff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0px 0px 20px #ccc;
        -moz-box-shadow: 0px 0px 20px #ccc;
        -ms-box-shadow: 0px 0px 20px #ccc;
        box-shadow: 0px 0px 20px #ccc;
        z-index: 99999;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding: 0;
        overflow: hidden;
        border: none;
        width: -moz-max-content;
        text-align: inherit;
    }
        .popup-close {
            position:absolute;
            top:10px;
            right:10px;
            display: block;
            width: 24px;
            height: 24px;
            background: url('/assets/images/del.png') 0 0 no-repeat;
        }
            .popup-close:hover {
                background: url('/assets/images/del.png') 0 0px no-repeat;
            }
        
        .common-popup .popup-title {
            font-size:16px;
            color: #136192;
            text-align: center;
            margin: 0px;
        }
        .common-popup p {
            color:#676767;
            font-size:13px;
            text-align: center;
            margin: 8px 0px 16px 0px;
        }
        .common-popup.warning p {
            color: #000;
            text-align: left;
            margin: 12px 0;
        }
        .common-popup.warning h6 {
            margin-bottom: 10px !important;
        }
        .common-popup input.text_fild {
            margin:6px 0;
            padding:4px;
            width:57%;
        }
        .common-popup .one_line a.act-submit-btn{
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: top;
            zoom: 1;
            *display: inline;
        }
        .common-popup .one_line{
            text-align: center;
        }
        .common-popup.alert h3,
        .common-popup.warning h6
        {
            color: #f00;
        }
        
    .hidden {display: none;}
    .act-submit-btn {
        background-color: #C5D52B;
        color: #FFFFFF;
        font-weight: bold;
        border: 1px solid #C5C5C5;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0 1px 3px rgba(128, 128, 128, 0.1) inset;
        outline: medium none;
        padding: 4px 7px;
        text-decoration: none;
    }
ul.auth-services {
    list-style-type: none !important;
}
