.boxy-alert-icon{
    width: 35px;
    height: 45px;
    overflow: hidden;
    background: url(../img/alert.gif) no-repeat 1px !important;
    background-size: 30px 30px !important;  
}
.boxy-alert-text{
    color:orange;
    font-size:19px;
    font-weight:bold;
}
.boxy-error-icon{
    width: 35px;
    height: 45px;
    overflow: hidden; 
    background: url(../img/error.png) no-repeat 1px !important;
    background-size: 30px 30px !important;  
}
.boxy-error-text{
    color:red;
    font-size:19px;
    font-weight:bold;
}