.text_box, .select_box, .select_box2, .text_area{
	width:99%;
	height:30px;
	line-height:30px;
	border:1px solid #d6d6d6;
	background: transparent;
	padding: 0px 5px;
	outline: none;
}
#form_main {
	float: left;
	width: 100%;
    font-size:12px;
}
#form_main table {
	width: 100%;
}

.baslik{
	float:left;
	width:100%;
	font-weight:bold;
	margin:50px 0px 5px 0px;
}

.name{
	float:left;
	width:100%;
	height:30px;
	margin:15px 0px 0px 0px;
}

.object{
	float:left;
	width:100%;
}

.text_box{
	float:left;
}

.select_box{
	float:left;
	cursor: pointer;
}

.select_box2{
	float:left;
	width:auto;
	cursor: pointer;
    margin: 0px 10px 0px 0px;
}

.text_area{
	float:left;
	height:80px;
	resize:none;
	padding: 0px 5px;
}

.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;
}
.con_buton{
	margin-top: 25px;
}


/*tablo background ayarları*/

.style1 {
				height: 20px;
}
.style2 {
				height: 34px;
}
.style3 {
	height: 20px;
}



.cv_button{
	float: left;
	width: auto;
	height: auto;
	margin: 15px 0px 0px 0px;
}

.pdf{
	float: left;
	color: #000000;
	font-size: 12px;
	line-height: 34px;

}