@charset "utf-8";

		
.form{
	width:100%;
	height:auto;
	border-radius:6px;
	background-color: rgba(255,255,255,0.7);
	float:left;
	padding:15px;
}
.baslikkutu{
	width:100%;
	height:auto;
	float:left;
}
textarea#bicim {
        width: 100%;
        height: 120px;
		border:1px solid #f7f7f7;
		box-sizing: border-box;
		outline: none;
}
#ik_baslik {
	font-family: "Ubuntu", sans-serif;
	font-size:16px;
	font-weight:none;
	color: #ff6600;
	text-align:left;
	width:100%;
	padding:10px;
}
.ustbaslik {
	font-family: "Ubuntu", sans-serif;
	font-size:13px;
	font-weight:none;
	text-decoration:none;
	text-align:left;
	padding:5px;
	background-color: #f7f7f7;
}
.ik_yazi {
	font-family: "Ubuntu", sans-serif;
	font-size:13px;
	font-weight:none;
	color: #000;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	    outline: none;
		    box-sizing: border-box;
}
.formyazi {
	width:100%;
	font-family: "Ubuntu", sans-serif;
	font-size:13px;
	font-weight:none;
	color: #000;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	outline: none;
	    box-sizing: border-box;
}
.kutu1{
	width:100%;
	height:auto;
	background-color: rgba(255,255,255,0.7);
	border: 1px solid #ebebeb;
	float:left;
}
.kutu2{
	width:750px;
	height:auto;
	background-color: rgba(255,255,255,0.7);
	border: 1px solid #ebebeb;
	float:left;
}
.grup{
	width:100%;
	height:auto;
	float:left;
}
.altbosluk{
	width:100%;
	height:55px;
	margin:0;
	padding:0;
}

input[type=text] {
	width:100%;
	height:25px;
    box-sizing: border-box;
    border: 1px solid #fff;
    outline: none;
}

input[type=text]:focus {
    background-color: #ebebeb;
	border: 1px solid #bcbcbc;
}


input.buton{
    float:left;
    font-size:14px;
    font-weight:bold;
    border-top:1px solid #999;
    border-left:1px solid #999;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    color:#333;
    width:auto;
    text-decoration:none;
	padding:5px;
	margin:5px;
}

input.buton:hover{
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
	background-color:#ff6600;
    color:#fff;
}

input.buton span{
    background:#d4d0c8 url(buton_ard.gif) repeat-x;
    float:left;
    line-height:24px;
    height:24px;
    padding:0 10px;
    border-right:1px solid #777;
    border-bottom:1px solid #777;
}

input.buton:hover span{
    border:none;
    border-top:1px solid #777;
    border-left:1px solid #777;
    background:#d4d0c8 url(buton_fare_ard.gif) repeat-x;
    cursor:pointer;
}



table {
    border-collapse: collapse;
}

table, tr, th, td {
    border: 1px solid #ebebeb;
	margin:0;
	padding:0;
}
td {
	font-family: "Ubuntu", sans-serif;
	font-size:12px;
	font-weight:none;
	color: #000;
	text-align:left;

}
th {
	font-family: "Ubuntu", sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000;
	text-align:left;

}
tr {
	font-family: "Ubuntu", sans-serif;
	font-size:12px;
	font-weight:none;
	color: #000;
	text-align:left;

}


table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
.text1 {
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    font-weight: none;
    color: #000;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    box-sizing: border-box;
}

.temizle { 
	clear: both;
	float:left;
	margin:5px;
}

/*---------------------------------------------------*/


@media all and (max-width: 800px) {
	
.form{
	width:100%;
	height:auto;
	border-radius:6px;
	background-color: rgba(255,255,255,0.7);
	float:left;
	padding:8px;
}
.baslikkutu{
	width:100%;
	height:auto;
	float:left;
}
textarea#bicim {
        width: 100%;
        height: 120px;
		border:1px solid #f7f7f7;
		box-sizing: border-box;
		outline: none;
}
	.form{
	width:100%;
	height:auto;
	border-radius:6px;
	background-color: rgba(255,255,255,0.7);
}
	
.kutu1{
	width:100%;
	height:auto;
	background-color: rgba(255,255,255,0.7);
	border: 1px solid #ebebeb;
	float:left;
}
.kutu2{
	width:100%;
	height:auto;
	background-color: rgba(255,255,255,0.7);
	border: 1px solid #ebebeb;
	float:left;
}
.grup{
	width:auto;
	height:auto;
	float:left;
}
.altbosluk{
	width:100%;
	height:55px;
	margin:0;
	padding:0;
}
	
.text1 {
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    font-weight: none;
    color: #000;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    box-sizing: border-box;
}
.ik_yazi {
	font-family: "Ubuntu", sans-serif;
	font-size:10px;
	font-weight:none;
	color: #000;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	    outline: none;
		    box-sizing: border-box;
}
.formyazi {
	width:100%;
	font-family: "Ubuntu", sans-serif;
	font-size:10px;
	font-weight:none;
	color: #000;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	outline: none;
	    box-sizing: border-box;
}
#ik_baslik {
	font-family: "Ubuntu", sans-serif;
	font-size:14px;
	font-weight:none;
	color: #ff6600;
	text-align:left;
	width:100%;
	padding:5px;
	line-height:auto;
}
.ustbaslik {
	font-family: "Ubuntu", sans-serif;
	font-size:10px;
	font-weight:none;
	text-decoration:none;
	text-align:left;
	padding:5px;
	background-color: #f7f7f7;
}
}