/* Stil Baslangici */
<!--
body { 
	margin: 20px auto;
	width: 250px;
	padding: 20px;
	border: 1px solid #CCC;
	background: #FFF;
	font-family: "Trebuchet MS", Tahoma, Georgia; 
	font-size: 11px;
}
a {
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
h2 {
	font-family: "Trebuchet MS", Tahoma, Georgia; 
	font-size: 1.6em;
}
fieldset { 
	border: 0;
	margin: 0;
	padding: 0;
}
label { 
	display: block;
}
input.text,textarea { 
	width: 220px; 
	font: 11px/11px "Trebuchet MS", Tahoma, Georgia; 
	color: #333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #CCC; 
}
input.gonder { 
	padding: 2px 5px;
	font: bold 12px/12px "Trebuchet MS", Tahoma, Georgia; 
}
-->