.message {
    display:block;
    margin-bottom:15px;
    padding:20px 20px 0px;
}

.message p {
    margin-bottom:0;
    margin-left:60px;
    width:auto;
    font-size:13px;
    line-height:20px;
}

.message h5 {
    margin-bottom:5px;
    margin-left:60px;
    color:#333333;
    font-size:18px;
    font-weight:normal;
}

.notice {
    background:#FFEC87 url("../images/icone/warning_48.png") no-repeat scroll 20px 50%;
    border-bottom:2px solid #E1CB4E;
    color:#555;
}

.succeed, .success {
    background:#DEF1CA url("../images/icone/tick_48.png") no-repeat scroll 20px 50%;
    border-bottom:2px solid #739F1D;
}

.error {
    background:#D23B3B url("../images/icone/stop_48.png") no-repeat scroll 20px 50%;
    border-bottom:2px solid #981A1A;
    color:#FFF;
}


