.waitify
{
    position: absolute;
    z-index: 20005;
    width: 100%;
    height: 100%;
    display: none;
    top: 0px;
    left: 0px;
}

    .waitify .waitify-overlay
    {
        height: 100%;
        width: 100%;
        z-index: 998;
        position: fixed;
        top: 0;
        left: 0;
        background: #888 url(images/overlay.png) 50% 50% repeat;
        opacity: .40;
        filter: Alpha(Opacity=40);
    }

    .waitify .waitify-icon
    {
        position: fixed;
        padding: 12px;
        border: 1px solid #ddd;
        background: #fff;
        z-index: 998;
        border-radius: 8px;
    }

/*.portlet-grid .portlet
{
    margin:0px 0 !important;
}

.main-layout
{
    margin-top:45px !important;
}*/