@import url('./lib/jquery.jgrowl.min.css');
.af-message-success {
    background: #fff;
    width: 400px;
    height: 100px;
    border: 2px solid #033566;
    padding: 15px;
    position: fixed!important;
    left: 0;
    right: 0;
    top: 30%;
    margin: 0 auto;
    color:#000;
    font-size: 18px;
    text-align: center;
    position: relative;
 }

 .jGrowl-close{
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
 }

 .jGrowl-message{
    padding-top: 20px;
 }
 
.af-message-error { background-color: brown !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;
    }
}