#PopupContainer
{
    position:absolute;
    left:0;
    top:0;
    display:none;
    z-index: 20000;
}

.PopupPopup
{
}
#PopupLoading {display: none;}

#PopupContent
{
    background-color: #FFF;
    amin-width: 175px;
    amin-height: 50px;
}

.PopupPopup .PopupImage
{
    margin: 5px;
    margin-right: 15px;
}

.PopupPopup .corner 
{
    width: 19px;
    height: 15px;
}

.PopupPopup .center {
    background-color: #fff;
}
    
.PopupPopup .topLeft 
{
    background: url(/images/popup/balloon_topLeft.png) no-repeat;
}
    
.PopupPopup .bottomLeft 
{
    background: url(/images/popup/balloon_bottomLeft.png) no-repeat;
}
    
.PopupPopup .left 
{
    background: url(/images/popup/balloon_left.png) repeat-y;
}
    
.PopupPopup .right 
{
    background: url(/images/popup/balloon_right.png) repeat-y;
}
    
.PopupPopup .topRight 
{
    background: url(/images/popup/balloon_topRight.png) no-repeat;
}
    
.PopupPopup .bottomRight 
{
    background: url(/images/popup/balloon_bottomRight.png) no-repeat;
}
    
.PopupPopup .top 
{
    background: url(/images/popup/balloon_top.png) repeat-x;
}
    
.PopupPopup .bottom 
{
    background: url(/images/popup/balloon_bottom.png) repeat-x;
    text-align: center;
}

.ajax_notification {
    background-image: url("http://pma.daniscorp.ru/themes/pmahomme/img/ajax_clock_small.gif");
    background-position: 2% center;
    background-repeat: no-repeat;
    border: 1px solid #E2B709;
    display: inline;
    left: 0;
    margin: 0 auto;
    padding: 5px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 350px;
    z-index: 1100;
}
.ajax_notification {
    background: none repeat scroll 0 0 #FFE57E;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 90px #888888;
    margin-top: 200px;
}
#loading_parent {
    display: block;
    position: relative;
    width: 100%;
}