@import url('./lib/jquery.jgrowl.min.css');
.af-message-success { background-color: green !important; }
.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%;
}
.view-project .form .ajax_form input.error,
.ajax_form .error,
input.error + label:before,
input.error + .check{
    border-color: #e07530;
}
.ajax_form .error::-webkit-input-placeholder {color:#e07530;}
.ajax_form .error::-moz-placeholder          {color:#e07530;}
.ajax_form .error:-moz-placeholder           {color:#e07530;}
.ajax_form .error:-ms-input-placeholder      {color:#e07530;}

.complete{
	text-align: center;
	font: 18px/26px 'museosanscyrl';
	padding: 30px 30px 0;
}
.complete img {
	margin-bottom: 10px;
}
.compltext {
	margin-bottom: 20px;
}
.popup .complete {
	padding-top: 10px;
}


@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;
    }
}