input    {
width:300px; 
display:block;
border: 0px solid #999;
height: 25px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
textarea {
resize: none;
width:300px;
height:130px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);

}
input.button {
width:100px;
position:absolute;
left:530px;
top:210px;
background:#bf3a30;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #a33526;
}
input.button:hover {
background:#bf3a30;
color:#fff;
-webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.4);
box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.4);
}
input.disabled {
	border: 1px solid #a33526;
	background-color: #a33526;
}

input.zorunlu, textarea.zorunlu {
	border: 0px solid #a33526;
}
input.hatali, textarea.hatali {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.dogru, textarea.dogru {
	border: 1px solid #00CC00;
	color : #000;
}

.tavsiye {
width:1px;
height:1px;
}

.dogrula {
	margin: 1px 0;
	padding: 1px;
	/*background-color: #FFF;*/
	color : #C8AA00;
	font-weight: bold;
}

fieldset {
/*	padding: 1em;
	margin-bottom: 0.5em;*/
}

label {
	font-weight: bold;
}
.form-satir {
	display:block;
	position:relative;
	clear: both;
	/*padding: 0.5em;*/
}
.form-satira {
	position:absolute;
	left:-291px;
	top:-181px;
	width:593px;
	height:149px;
	z-index:1;
}
#iletisim {
	display:block;
	position:absolute;
	float:right;
	left:650px;
	top:70px;
	width:250px;
	height:228px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}
#iletisim a:link,a:visited,a:hover,a:active {color:#000; text-decoration:none;}
.baslik {
font-size:12px;
padding:3px;
}

.msgarea {
	display:block;
	position:absolute;
	float:right;
	left: 620px;
	top: 228px;
}

.zorunlu-alan {

}
