/* -----------------------------------------------
   
   C S S   M E S S A G E   B O X E S   v1.1
  
   * Son Güncelleme : 22 Ocak 2008, 11:45
   * Hazırlayan     : Erhan BURHAN
   * E-posta adresi : eburhan{at}gmail{nokta}com
   * Web adresi     : http://www.eburhan.com
   
   Thanks for famfamfam icons
   http://www.famfamfam.com/
  
-------------------------------------------------- */

.errorBox, .warningBox, .successBox, .infoBox {
    margin-bottom: 1.5em;
    padding: 1em 1.5em 1em 5.5em;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    color: #444
}

.errorBox    {background: #fbe3e4 url(../images/boxes/hata.png) 2.2em center no-repeat; border-color: #e0011b}
.errorBox a  {color: #d12f19}

.warningBox    {background: #fff6bf url(../images/boxes/ikaz.png) 2.2em center no-repeat; border-color: #ffd324}
.warningBox a  {color: #817134}

.successBox   {background: #e9ffdd url(../images/boxes/tamam.png) 2.2em center no-repeat; border-color: #72c868}
.successBox a {color: #529214}

.infoBox   {background: #e2ecee url(../images/boxes/bilgi.png) 2.2em center no-repeat; border-color: #9ddae6}
.infoBox a {color: #2d7ba2}


/* listeler */
.errorBox ul, .warningBox ul, .successBox ul, .infoBox ul {
    list-style: none;
    margin: 1.3em 1.5em
}
.errorBox ul li, .warningBox ul li, .successBox ul li, .infoBox ul li {
    padding-left: 1.3em
}
.errorBox ul li  { background: url(../images/boxes/hata-bullet.png)  0 0.55em no-repeat }
.warningBox ul li  { background: url(../images/boxes/ikaz-bullet.png)  0 0.55em no-repeat }
.successBox ul li { background: url(../images/boxes/tamam-bullet.png) 0 0.55em no-repeat }
.infoBox ul li { background: url(../images/boxes/bilgi-bullet.png) 0 0.55em no-repeat }
