/*ERRORS & RESULTS*/
.errors {
background:#fffecb;
border:1px solid #900;
display:block;
float:left;
margin:0 3% 2%;
padding:0 2%;
width:90%;
-moz-border-radius:5px;
}

.errors h2 {
color:#900;
padding:5px 0 0;
margin:5px;
}

.errors p {
    font-size: 1.2em;
    background: url(/images/icons/exclamation-small.png) no-repeat;
    background-position: 5px 50%;
    padding-left: 26px;
}

.form_error {
background:#fffecb url(/images/icons/exclamation.png) no-repeat;
background-position: 10px 50%;
border:1px solid #900;
-moz-border-radius:5px;
}

.success {
background:#cfc;
border:1px solid #696;
display:block;
float:left;
margin:0 3% 2%;
padding:0 2%;
width:90%;
-moz-border-radius:5px;
}

.success h2 {
color:#696;
}