@charset "utf-8";
/* CSS Document */
.icerik-alan{
	width:900px; height:auto; float:left; margin-left:30px; margin-top:20px; margin-bottom:20px;

}
.i-sol-baslik-alan{
	width:800px; height:35px; float:left;
}
.i-img{
	width:35px; height:35px; float:left;
}
.i-baslik{
	width:500px; height:35px; float:left; line-height:35px; margin-left:5px;
	font-family:Tahoma, Geneva, sans-serif; font-size:24px; color:#6eb3f5;
}
.baslik{
	width:750px; height:50px; font-family:Tahoma, Geneva, sans-serif; font-size:24px; color:#268cec; font-weight:normal;
}.baslik_iki{width:770px; height:40px; float:left; border-bottom:#d3d3d3 solid 1px;}
.spanbir{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#04acec;
}
.spaniki{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#174d62;
}
.forum-alan{
	width:800px;
	height:660px;
	float:left;
	margin-left:50px;

}
#harita{
	width:800px; height:400px; float:left;
}
input{
	height:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	border:solid 1px #CCC;
}
input:focus{
    outline:invert;
    border:solid 1px #04acec;
}

input:hover {
    border: 1px solid #04acec;
	height:25px;
}
textarea:focus{
	outline: none;
    border:solid 1px #04acec;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}
textarea{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

input[type='submit']
{
width: 150px;
height: 34px;
background-color:#fff;
color:#000;
border:none;
}
input[type='submit']:hover
{
width: 150px;
height: 34px;
background-color:#04acec;
color:#fff;
border:none;
}