@charset "windows-1254";
/* CSS Document */
BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:0px;
	margin-right:0px;
	background-color:#FFFFFF;
	}
.pop_kutu {
	width: 400px;
	height:600px;
	padding: 20px;
	background-image:url(img/pop_zemin.gif);
	background-repeat:no-repeat;
	background-position:top-left;
	}
.pop_aciklama {
	font-family:verdana;
	font-size:14px;
	color:#000000;
	font-weight:bolder;
	padding-top: 69px;
	}
.pop_baslik {
	font-family:verdana;
	font-size:12px;
	color:#20488a;
	font-weight:bolder;
	margin-top: 12px;
	clear:both;
	}	
.pop_metin {
	font-family:verdana;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	width:450px;
	}
.pop_metin a {
	text-decoration: none;
	}	
.pop_metin a:hover {
	text-decoration: underline;
	}	
	
	
	
	
