form { display: inline }
.gizli { display: none }
/* FORM */
.label { display:inline-block;width: 200px }
.metin {
	background: #fff;
	border: 1px solid #ddd;
	margin-right: 10px;
	padding: 5px;
	width: 300px; }
	.kisa-metin{width:100px}
.secili-metin { border-color:#a3c4fb;background: #dae8fe }
.metin-hata {
	background-image: url(hata.gif);
	background-position: bottom;
	background-repeat: repeat-x; }
textarea { height: 150px }

form p{padding:0;margin:5px;position:relative;height:auto!important;height:30px;min-height:30px}