/* -----------------------------------------------
   
   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/
  
-------------------------------------------------- */

.messages {
    margin-top:10px;
}


.error, .warning, .success, .info {
    margin-bottom: 1.5em;
    padding: 1em 1.5em 1em 5.5em;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    color: #444;
    width:100%;
}

.error    {background: #fbe3e4 url(../images/hata.png) 2.2em center no-repeat; border-color: #e0011b}
.error a  {color: #d12f19}

.ikaz    {background: #fff6bf url(../images/uyari.png) 2.2em center no-repeat; border-color: #ffd324}
.ikaz a  {color: #817134}

.success   {background: #e9ffdd url(../images/basari.png) 2.2em center no-repeat; border-color: #72c868}
.success a {color: #529214}

.bilgi   {background: #e2ecee url(../images/bilgi.png) 2.2em center no-repeat; border-color: #9ddae6}
.bilgi a {color: #2d7ba2}


/* listeler */
.error ul, .ikaz ul, .success ul, .bilgi ul {
    list-style: none;
    margin: 1.3em 1.5em
}
.error ul li, .ikaz ul li, .success ul li, .bilgi ul li {
    padding-left: 1.3em
}
.error ul li  { background: url(../images/hata-bullet.png)  0 0.55em no-repeat }
.ikaz ul li  { background: url(../images/ikaz-bullet.png)  0 0.55em no-repeat }
.success ul li { background: url(../images/tamam-bullet.png) 0 0.55em no-repeat }
.bilgi ul li { background: url(../images/bilgi-bullet.png) 0 0.55em no-repeat }

