﻿
.alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px;
}

.error {
    background:#ffecec url('../images/message/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
    width:500px;
}
.success {
    background:#e9ffd9 url('../images/message/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
    width:500px;
}
.failure {
    background:#fff8c4 url('../images/message/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
    width:500px;
}
/*.notice {
    background:#e3f7fc url('../images/message/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}
*/