.errorsAlert {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 500;
}
.errorsAlert .bkg {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: black;
        filter: alpha(opacity=50);
        opacity: 0.5;

}
.errorsAlert .content .top {
        background: url(/images/popUp/bkgTop.png) no-repeat center top;
        height: 131px;
}
.errorsAlert .content .bottom {
        background: url(/images/popUp/bkgBottom.png) no-repeat center top;
        height: 131px;
}
.errorsAlert .content {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -300px;
        margin-top: -150px;
        width: 600px;
        min-height: 230px;
        /*background-color: white;*/
        /*padding: 20px;*/
        /*padding-top: 60px;*/
        position: relative;
}
.errorsAlert .content .center {
        background: url("/images/popUp/bkg.png") repeat-y scroll left top transparent;
        width: 600px;
        color: #777;
        font-size: 15px;
}
.errorsAlert .closeBtn{
        position: absolute;
        right: 80px;
        top: 80px;
        background: url(/images/popUp/closeBtn.gif) no-repeat right top;
        padding-right: 18px;
        float: right;
        display: block;
        color: white;
}
.errorsAlert .title {
        position: absolute;
        left: 80px;
        top:55px;
        color: white;
}
.errorsAlert #errorsAlert strong {
        color: black;
}
.errorsAlert .remContent  {
        padding: 0px 90px;
}

.popUp {
        position: absolute;
        z-index: 10000;
}

.popUp.simple .pTop, .popUp.simple .pBottom {
        width: 295px;
        height: 27px;
        background: url(/images/popUp/simpleBordes.png) no-repeat left top;
        display: block;
}
.popUp.simple .pCenter {
        background: url(/images/popUp/simpleCenter.png) repeat-y left top;
}
.popUp.simple .pTop {
        background-position: left top;
}
.popUp.simple .pBottom {
        background-position: left bottom;
}

.popUp.simple .pBottom.gris {
        background: url(/images/popUp/simpleBottomGris.png) no-repeat left top;
}

.popUp.simple .grisPiePop {
        padding: 7px 7px 0px 7px;
        background-color: #dddddd;
        width: 257px;
        margin: auto;
}
