#blad {
    width:980px;
    min-height:40px;
    margin:0px;
    padding:15px 15px 15px 100px;
    border: 1px solid #900;
    border-top: 0px;
    background: url(../images/error.png) no-repeat 30px #fee;
    font-size:12px;
    color: #900;
    font-family: Tahoma; 
    font-weight:bold;
    position:relative;
}
#blad p{
    font-weight:normal;
    font-size:11px;
    color: #333;
}
#blad p a {
    font-weight:normal;
    font-size:11px;
    color: #900;
    text-decoration:underline;
   
}
#sukces {
    width:980px;
    min-height:40px;
    margin:0px;
    padding:15px 15px 15px 100px;
    border: 1px solid #090;
    border-top: 0px;
    background: url(../images/success.png) no-repeat 30px #efe;
    font-size:12px;
    color: #090;
    font-family: Tahoma; 
    font-weight:bold;
    position:relative;
}
#sukces p{
    font-weight:normal;
    font-size:11px;
    color: #333;
    
}
#sukces p a{
    font-weight:normal;
    font-size:11px;
    color: #090;
    text-decoration:underline;
    
}