.error {border-bottom: 1px solid red !important;}
label.error{display:none !important;}

.alert{ float: left; width: 100%; font-size: 12px; clear: both; padding: 10px; border-radius: 8px; -webkit-border-radius: 8px; position: relative; margin-bottom: 10px; }
.alert .close{ float: right; position: absolute; right: 5px; top: 5px; background: none; border: none; padding: 0; font-size: 20px; cursor: pointer; }

.alert.alert-danger{ background: #fa5456; color: #FFF; }
.alert.alert-success{ background: #a4dd5c; color: #42621b; }
.alert.alert-warning{ background: #fde28b; color: #FFF; }
.alert.alert-info{ background: #3196da; color: #FFF; }

.faq .hide{display: none;}
.faq .show{display: block;}
