#jGrowl > [class*="message-error"] {
    background: #CC4141 !important;
    color: #FDFDFD!important;
    border-radius: 0px!important;
    border: 0px!important;
    font-size: 120%!important;
}
#jGrowl > [class*="message-success"] {
    background: #65A52A !important;
    color: #FDFDFD!important;
    border-radius: 0px!important;
    border: 0px!important;
    font-size: 120%!important;
}
#jGrowl > [class*="message-info"] {
    background: #2A72A5 !important;
    color: #FDFDFD!important;
    border-radius: 0px!important;
    border: 0px!important;
    font-size: 120%!important;
}


.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 15px;
    position: fixed
}

.jGrowl.top-left {
    left: 0;
    top: 0
}

.jGrowl.top-right {
    top: 30%;
    width: 50%;
    left: 45%
}

@media screen and (max-width: 950px) {
    .jGrowl.top-right {
        left: 35%;
    }
}
@media screen and (max-width: 600px) {
    .jGrowl.top-right {
        left: 25%;
    }
}
@media screen and (max-width: 360px) {
    .jGrowl.top-right {
        left: 15%;
    }
}
.jGrowl.bottom-left {
    left: 0;
    bottom: 0;
}

.jGrowl.bottom-right {
    right: 0;
    bottom: 0;
}

.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%;
}

.jGrowl.center .jGrowl-closer,
.jGrowl.center .jGrowl-notification {
    margin-left: auto;
    margin-right: auto;
}

.jGrowl-notification {
    background-color: #000;
    opacity: .9;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    zoom: 1;
    width: 250px;
    padding: 10px;
    margin: 10px;
    text-align: center;
    display: none;
    border-radius: 5px;
    min-height: 40px;
}

@media screen and (max-width: 360px) {
    .jGrowl-notification {
        width: 200px;
    }
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #000;
    color: #fff
}

.jGrowl-notification .jGrowl-header {
    font-weight: 700;
    font-size: .85em
}

.jGrowl-notification .jGrowl-close {
    background-color: transparent;
    color: inherit;
    border: none;
    z-index: 99;
    float: right;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer
}

.jGrowl-closer {
    background-color: #000;
    opacity: .9;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    zoom: 1;
    width: 250px;
    padding: 10px;
    margin: 10px;
    display: none;
    border-radius: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: 700;
    text-align: center
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #000;
    color: #fff
}

@media print {
    .jGrowl {
        display: none
    }
}

.af-message-success { background-color: #fdb821 !important; }
.af-message-error { background-color: #fdb821 !important; }
.af-message-info { background-color: black !important; }
.ajax_form.af_example {
    width: 100%;
}
.ajax_form.af_example .controls input,
.ajax_form.af_example .controls textarea {
    width: 100%;
}
.ajax_form .error {
    color: brown;
}
@media screen and (min-width: 320px) {
    .ajax_form.af_example .controls button[type="submit"] {
        float: right;
    }
}
@media screen and (max-width: 320px) {
    .ajax_form.af_example .controls button {
        width: 100%;
        margin-top: 5px;
    }
}