﻿/*Mesajlar*/
div.hata, div.ikaz, div.tamam, div.bilgi {
    margin-bottom: 1.5em;
    padding: 1em 1.5em 1em 5.5em;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    color: #444;
    margin-top:5px;
    margin-bottom:5px;
    font-size:13px;
}

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

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

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

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

div.bilgi a,div.hata a,div.ikaz a,div.tamam a{
	position:relative;
	margin:0px;
	padding:0px;
	float:none;
}

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