.alert {
        background: #fff6bf url(../img/exclamation.png) center no-repeat;
        background-position: 15px 50%; /* x-pos y-pos */
        text-align: center;
        padding: 5px 20px 5px 45px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        /*font:10px arial, verdana, helvetica, sans-serif;*/
}

.success {
        background: #fff6bf url(../img/accept.png) center no-repeat;
        background-position: 15px 50%; /* x-pos y-pos */
        background-position: 5px 10%; /* x-pos y-pos */
        text-align: center;
        padding: 5px 20px 5px 45px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        /*font:10px arial, verdana, helvetica, sans-serif;*/
}
