
body{
	font: normal 11px Tahoma, Times, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FAFAFA;
}

label{
	cursor: pointer;
}

 a, a:visited{
	color: black;
	text-decoration: underline;
}

 a:hover{
	color: gray;
	text-decoration: none;
}

.metin{
	border: 1px solid silver;
	background-color: #FDFDFD;
}

.r1 { color: gray; }
.r2 { color: darkred; }
.r3 { color: darkgreen; }

/* -------------------------------------------------------------------------  */

#cerceve{
	position: relative;
	width:100%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid silver;
	background-color: #E6931D;
}

#form{
	position: relative;
	width: 100%;
}

#baslik{
	position: relative;
	display: none;
	width: 460px;
	top: 10px;
	padding-top: 10px;
	border-top: 1px dotted gray;
}

/* -------------------------------------------------------------------------  */

.secimler{
	position: relative;
	width:100%;
	height: 40px;
}

.secim{
	position: relative;
	width: 50%;
	/*height: 20px;*/
	float: left;
}

.sonuc{
	position: relative;
	width: 460px;
}

.detay{
	font: normal 11px Tahoma, Times, sans-serif;
	position: relative;
	display: none;
	width: 456px;
	height: 400px;
	padding: 2px;
	overflow: auto;
	border: 1px none silver;
	background-color: #FDFDFD;
}