@import url('./lib/jquery.jgrowl.min.css');
.af-message-success { background-color: #71c62a !important; }
.af-message-error { background-color: red !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: red;
}
.jGrowl-notification .error {
	border:none !important;
	color:#fff !important;
	font-size:16px;
}
.jGrowl-notification {
	border-color:transparent !important;
	color:#fff !important;
	font-size:16px;
}
@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;
    }
}