/* FORMLAR */

.FormElemani {
	padding-top:3px;
}

.Form-Adiniz {
	float:left;
	width: 90px;
	height: 38px;
	font-weight:bold;
	text-align:right;
	background-image: url(/images/form-adiniz.png) !important;
	background-image: none;
	display:block;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/form-adiniz.png', sizingMethod='scale');
	padding:3px 3px 0px 0px;
	background-repeat:no-repeat;
}

.Form-Soyadiniz {
	float:left;
	width: 90px;
	height: 38px;
	font-weight:bold;
	text-align:right;
	background-image: url(/images/form-adiniz.png) !important;
	background-image: none;
	display:block;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/form-adiniz.png', sizingMethod='scale');
	padding:3px 3px 0px 0px;
	background-repeat:no-repeat;
}

.Form-Isminiz {
	float:left;
	width: 90px;
	height: 38px;
	font-weight:bold;
	text-align:right;
	background-image: url(/images/form-adiniz.png) !important;
	background-image: none;
	display:block;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/form-adiniz.png', sizingMethod='scale');
	padding:3px 3px 0px 0px;
	background-repeat:no-repeat;
}

.Form-Postaniz {
	float:left;
	width: 90px;
	height: 38px;
	font-weight:bold;
	text-align:right;
	background-image: url(/images/form-adiniz.png) !important;
	background-image: none;
	display:block;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/form-adiniz.png', sizingMethod='scale');
	padding:3px 3px 0px 0px;
	background-repeat:no-repeat;
}

.Form-Konu {
	float:left;
	width: 90px;
	height: 38px;
	background-image: url(/images/form-konu.png) !important;
	background-image: none;
	display:block;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/form-konu.png', sizingMethod='scale');
	padding-bottom:10px;
	background-repeat:no-repeat;
}

.Form-Mesajiniz {
	float:left;
	width: 90px;
	height: 38px;
	background-image: url(/images/form-mesajiniz.png) !important;
	background-image: none;
	display:block;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/form-mesajiniz.png', sizingMethod='scale');
	padding-bottom:10px;
	background-repeat:no-repeat;
}

.Form-GuvenlikKodu {
	float:left;
	width: 90px;
	height: 38px;
	background-image: url(/images/form-guvenlikkodu.png) !important;
	background-image: none;
	display:block;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/form-guvenlikkodu.png', sizingMethod='scale');
	padding-bottom:10px;
	background-repeat:no-repeat;
}

input {
	width:134px;
	margin:0px 0px 0px 6px;
	border:0px;
}

input.Gonder {
	background-image: url(/images/form-gonder.png);
	width:63px;
	height:20px;
}

/* FORMLAR */

/* Farklı Tarayıcılara Göre site Genişliği Ayarlaması Yapıyoruz Başladı */
	/* Firefox 2 */
	textarea, x:-moz-any-link {
		width:134px;
		height:80px;
		margin:0px 0px 0px 6px;
		border:0px;
		color:#04324C;
	}
	/* Google Chrome and Safari 3.1 */
	body:nth-of-type(1) textarea {
		width:134px;
		height:80px;
		margin:0px 0px 0px 6px;
		border:0px;
		color:#04324C;
	}
	/* ie 7 ve alt sürümler icin */
	*:first-child+html textarea {
		width:131px;
		height:79px;
		margin:0px 0px 0px 6px;
		border:0px;
		color:#04324C;
	}
	* html textarea {
		width:131px;
		height:79px;
		margin:0px 0px 0px 6px;
		border:0px;
		color:#04324C;
	}
/* Farklı Tarayıcılara Göre site Genişliği Ayarlaması Yapıyoruz Bitti */
