@import url('./lib/jquery.jgrowl.min.css');

.af-message-success {background-color: green !important;color:white;width:100px;font-size:14px; border:#006400 1px solid; box-shadow: 0 0 10px green;}
.af-message-error {background-color: red !important;color:white;width:100px;font-size:14px; border:#8B1A1A 1px solid; box-shadow: 0 0 10px red;}
.af-message-info {background-color: black !important;color:white;width:100px;font-size:14px;}

div.jGrowl div.jGrowl-notification, 
div.jGrowl div.jGrowl-closer {
    width: 309px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    text-align: left;
}

.ajax_form.af_example {
	width: 500px;
}
.ajax_form.af_example .controls input,
.ajax_form.af_example .controls textarea {
	width: 100%;
}
.ajax_form.af_example .controls [type="submit"] {
	float: right;
}
.ajax_form.af_example .control-group {
	clear: both;
}
.ajax_form .error {
	color: #8B1A1A;
	font-size:14px;
	font-weight:bold;
}