@charset "utf-8";

#form {
	background-color:#fff;
	margin-top:15px;
	margin-left:50px;
	width:440px;
	height:auto;
}

.form_bilgi {
	font-size:10px;
	color:#000000;
	text-align: left;
	width:430px;
	padding-left:12px;
	padding-bottom:5px;
}

input[type=text] {
	border:dotted 1px #666;
	width:140px;
	height:17px;
	margin-top:5px;
	font-size:10px;
	padding-top:3px;
	background-color:#F3F3F3;
}
input[type=text]:focus {
	background-image:url(../images/news_bg.jpg);
	background-repeat:repeat-x;
	border:solid 1px #9F6;
}
.formyazi {
	font-size:9px;
	font-weight:bold;
	color:#8C8C8C;
	width:90px;
	text-align: center;
}

.form_diger {
	font-size:9px;
	font-weight:bold;
	color:#8C8C8C;
	width:100px;
	margin-top:5px;
	margin-bottom:5px;
	text-align: left;
}
#adresalani {
	width:375px;
	height:40px;
	border:dotted 1px #666;
	margin-top:5px;
}
#adresalani:focus {
	border:solid 1px #9F6;
}
#diger {
	width:373px;
	margin-right:3px;
	margin-top:5px;
	border:dotted 1px #666;
}
#diger:focus {
	border:solid 1px #9F6;
}
#firma {
	width:375px;
	height:17px;
}
.onay {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	background-image:url(../images/news_bg.jpg);
	background-repeat: repeat;
	width:120px;
	height:25px;
	margin:10px 0;
	border:dotted 0px #CCC;
	cursor: pointer;
}
