
.hata, .ikaz, .tamam, .bilgi {
    margin-bottom:5px;
    margin-top:5px;
    padding: 1em 1.5em 1em 5.5em;


    color: #444
}

.hata    {background: #fbe3e4 url(/css/messageBoxes/hata.png) 2.2em center no-repeat; border-color: #e0011b}
.hata a  {color: #d12f19}

.ikaz    {background: #fff6bf url(/css/messageBoxes/ikaz.png) 2.2em center no-repeat; border-color: #ffd324}
.ikaz a  {color: #817134}

.tamam   {background: #e9ffdd url(/css/messageBoxes/tamam.png) 2.2em center no-repeat; border-color: #72c868}
.tamam a {color: #529214}

.bilgi   {background: #e2ecee url(/css/messageBoxes/bilgi.png) 2.2em center no-repeat; border-color: #9ddae6}
.bilgi a {color: #2d7ba2}



.hata ul, .ikaz ul, .tamam ul, .bilgi ul {
    list-style: none;
    margin: 1.3em 1.5em
}
.hata ul li, .ikaz ul li, .tamam ul li, .bilgi ul li {
    padding-left: 1.3em
}
.hata ul li  { background: url(/css/messageBoxes/hata-bullet.png)  0 0.55em no-repeat }
.ikaz ul li  { background: url(/css/messageBoxes/ikaz-bullet.png)  0 0.55em no-repeat }
.tamam ul li { background: url(/css/messageBoxes/tamam-bullet.png) 0 0.55em no-repeat }
.bilgi ul li { background: url(/css/messageBoxes/bilgi-bullet.png) 0 0.55em no-repeat }


