body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
}
.img2{border: 0; text-decoration: none;}
#comtanier {
	width: 95%;
    margin: 15px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#header {
	height: 80px;
}
.span1{color: white; display: block; float: left; margin-top: 20px; font-size: 15px; width: 30%;}
.span2{color: white; display: block; float: left; font-size: 40px; width: 70%; }

#listeleme li {
	float: left;
	width: 23%;
	min-width:275px;
	overflow:hidden;
	line-height: 35px;
	height: 35px;
	padding-left: 5px;
	border: 1px solid #E0E0E0;
	font-size: 12px;
	color: #333333;
}
.gri {
	/*background-color: #E0E0E0;*/
    background-color:lavender;
}
#listeleme li img {
	float: right;
	margin: 9px 4px 9px 0;
}
.red {
	font-weight: bold;
	color: #CD2C2C;
}


.iletisim{
    width: 600px;
    margin: 10px auto;

}

.sayfalama a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    text-decoration: none; /* no underline */
    color: #036CB4;
}

.sayfalama a:hover,
.sayfalama a:active {
    border: 1px solid #999;
    color: #666;
}
.sayfalama .secili {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #036CB4;
    font-weight: bold;
    background-color: #036CB4;
    color: #FFF;
}
.sayfalama .pasif {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}

.sentmsg {
    display: block;
    width: 92%;
    line-height: 22px;
    color: #000000;
    font-weight: bold;
    background-color: #d3ffd3;
    background-position:5px 2px;
    padding: 3px 10px 3px 40px;
    margin: 10px 0;
    border-top: 2px solid #00FF00;
    border-bottom: 2px solid #00FF00;
}

.errormsg {
    display: block;
    width: 90%;
    line-height: 22px;
    color: #000000;
    background-color:#FF0000;
    background-position:5px 2px;
    padding: 3px 10px 3px 40px;
    margin: 10px 0;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
}




img{border:0;}


.kayitbasarili
{

    background-color:chartreuse;
    color:#000000;
    text-align:center;
}
.katiybasarisiz{
        background-color:#FFC6CA;
        color:#2A0000;
        text-align:center;

}
.kayitbasarili, .katiybasarisiz
{

    display: block;
    width: 92%;
    line-height: 22px;
    color: #000000;
    font-weight: bold;
    background-position:5px 2px;
    padding: 3px 10px 3px 40px;
    border-top: 2px solid #00FF00;
    border-bottom: 2px solid #00FF00; margin: 10px 0;

}

#modal {
    background-color:#FFC6CA;
    display:none;
    width:350px;
    padding:15px;
    text-align:left;
    border:2px solid #FF7F8A;
    /*opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;*/
}

#modal h2 {
    background: transparent url('../img/error.png') left center no-repeat;
    margin:0px;
    padding: 3px 0 3px 35px;
    border-bottom:1px solid #333;
    font-size:20px;
    font-weight: bold;
}
.closeable {position:relative;}
.close { background:transparent url(../img/close.png) no-repeat scroll 0 0;cursor:pointer;height:16px;position:absolute;right:2px;top:2px;width:16px;}



.yonlendir {
    padding-top: 50px;
    width: 500px;
    margin: 10px auto;
}

#foter{
clear:both;
color:#5F5F5F;
font-size:0.8em;
padding:10px 15px;
text-align:center;
}
#iletisimust{margin: 0 auto;}








.info { background: #f8f8f8; color: #666; padding: 10px; margin-bottom: 0.5em; font-size: 91.7%; }
.note { background: #efe; color: #040; border: 1px #484 solid; padding: 10px; margin-bottom: 1em; }
.important { background: #ffe; color: #440; border: 1px #884 solid; padding: 10px; margin-bottom: 1em; }
.warning { background: #FBE6F2; color: #400; border: 1px #D893A1 solid; padding: 10px; margin: 1em 0; }
.info_box,
.success_box,
.warning_box,
.error_box,
.validation_box {border: 1px solid;color:#444;margin: 10px 0px;padding:15px 10px 15px 50px;background-repeat: no-repeat;background-position: 10px center;}

.info_box {border-color: #5FCEEA; background-color: #9FDDEA; background-image: url('../img/message/info.png');}
.success_box {border-color: #68D59B; background-color: #A3E6BD; background-image:url('../img/message/success.png');    }
.warning_box {border-color: #FFCB4F; background-color: #F9E497; background-image: url('../img/message/warning.png');    }
.error_box {border-color: #FF7F8A; background-color: #FFC6CA; background-image: url('../img/message/error.png');}
.closeable {position:relative;}
.float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
.float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
.center { display:block; text-align:center; margin: 0.5em auto; }
.text-center { text-align:center; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.yesil {color: #00620C;}
.kirmizi {color: #A70000;}


