.flash_bad{ 
    width:90%;
    color: #ff0000;
    margin:10px auto;
    text-align:center;
    background:url(../img/button/warning.png) no-repeat 5px 10px  #ffffcc;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
}

p.flash_bad{ 
    width:90%;
    color: #ff0000;
    margin:10px auto;
    text-align:center;
    background:url(../img/button/warning.png) no-repeat 5px 10px  #ffffcc;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
}

.flash_good{
    width:90%;
    color: #000;
    text-align:center;
    margin:10px auto;
    background:url(../img/button/yes.png) no-repeat 5px 10px  #ffcccc;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
}

