@import url('./lib/jquery.jgrowl.min.css');
.af-message-success { background-color: #dff0d8 !important; color: #3c763d;}
.af-message-error { background-color: #f2dede !important; color: #a94442;}
.af-message-info { background-color: #d9edf7 !important; color: #31708f;}
.ajax_form.af_example {
    width: 100%;
}
.ajax_form.af_example .controls input,
.ajax_form.af_example .controls textarea {
    width: 100%;
}
.ui-state-highlight {
    border: none;
}
@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;
    }
}