/*-------------Sayfa Genel Pozisyon AyarÄ±----------------------------------*/

#form_main {
	margin: 0 auto;
	width: 694px;
	height:auto;
	font-size:12px;
	padding-bottom:20px;

}

.baslik2{
	float:left;
	width:100%;
	font-weight:bold;
	text-align:left;
	font-size:13px;
	margin:50px 0px 5px 0px;
}

.name{
	float:left;
	width:100%;
	height:20px;
	margin:15px 0px 0px 0px;
}

.object{
	float:left;
	width:100%;
}

.text_box{
	float:left;
	width:100px;
	height:26px;
	border:1px solid #d1d1d1;
  background-repeat: repeat-x;
  background-image: url('../images/input_bg.png');
  padding:0px 6px 0px 6px;
}


.text_box2{
	float:left;
	width:329px;
	height:26px;
	border:1px solid #d1d1d1;
  background-repeat: repeat-x;
  background-image: url('../images/input_bg.png');
  padding:0px 6px 0px 6px;
}



.select_box{
	float:left;
	width:112px;
	height:30px;
	border:1px solid #d1d1d1;
	padding:4px;
	background:#f2f2f2;
    background-repeat: repeat-x;
    background-image: url('../images/input_bg.png');
}

.select_box2{
	float:left;
	width:auto;
	height:30px;
	border:1px solid #d1d1d1;
	background:#f2f2f2;
	padding:4px;
    background-repeat: repeat-x;
    background-image: url('../images/input_bg.png');
}

.text_area{
	float:left;
	width:668px;
	height:70px;
	border:1px solid #d1d1d1;
  background-repeat: repeat-x;
  background-position:left bottom;
  background-image: url('../images/textarea_bg.png');	
	resize:none;
	padding:10px 10px 10px 10px;
}

.radio_button{
	float:left;
	height:30px;
	margin:0px 4px 0px 0px;
}

.check_box{
	float:left;
	height:30px;
	margin:0px 4px 0px 0px;
}

.labels{
	float:left;
	height:30px;
	line-height: 30px;
	margin:0px 15px 0px 0px;
}

.send_button{
	float:right;
	margin:15px 0px 0px 0px;
}


/*tablo background ayarlarÄ±*/

.style1 {
				height: 20px;
}
.style2 {
        width:100px;
				height: 36px;
}
.style3 {
	height: 20px;
}

/* Localized */