@charset "iso-8859-9";
/* CSS Document */
.baslik{ color:#FFFFFF; font-family:Trebuchet MS; font-size:12px; font-weight:bold;  }
.giris{
	height:50px;
	margin-top:10px;
	margin-right:10px;
}

body{
        margin: 0 auto;
        background-color: #d8d8d8;
}
#giris_genel{
	position:static;margin-left:10%;margin-right:10%; margin-top:10%; margin-bottom:10%;
}
#giris_alt{
	margin: 0 auto;
	width:513px;
	height:77px ;
	background:url(images/giris_alt.png);
	background-repeat:no-repeat;
}
#kull_giris{
	margin: 0 auto;
	width:513px;
	height:232px ;
	vertical-align: middle;
	text-align:left;
	background-image:url(images/giris_arka.jpg);
	background-repeat:no-repeat;
	background-color:#393939;
}
#kull_giris_hata{
	padding: 11px;
	margin: 0 auto;
	color: #FFFFAA;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
}
#kull_giris_sol{
	margin-top:40px;
	vertical-align:middle;
	width:270px;
}
#kull_giris_hata a{
         color:#FFFFFF;
         font-family:tahoma;
         font-size:12px;
         text-decoration:underline;
}
#simge{
	margin-top:20px;
	margin-left:20px;
	float:left;
	vertical-align:middle;
}
.beyaz_str{
	background-color: #FFFFFF;
}
.giris_btn{
	width:91px;
	height:22px;
	background:url(images/giris_btn.jpg);
	border:0;
	cursor:pointer; 
        cursor:hand; 
}
.giris_txt{
	width:225px;
	height:32px;
	background:url(images/giris_text.jpg);
        background-position: bottom;
	background-repeat:repeat-x;
	vertical-align:middle;
	padding:5px 0 0 6px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        border: solid 1px;
        border-color: #cccccc;
        background-color: #ededed;
}

