body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/mavi/zemin.jpg);
	background-position:center top; 
	background-repeat:repeat-x;
	text-align: center;
	background-color:#FFF;
}
.numara {background-image: url("../images/mavi/numara.png");
    background-repeat: no-repeat;
    color: #fff;
    float: right;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    width: 150px;
    font-family: Tahoma;
	font-size:14px;}
.sitealtzemin{
	background-image:url(../images/mavi/altzemin.jpg);
	background-repeat:repeat-x;
	background-position:center;
	text-align:center;
	height:45px;
	margin-top:50px;
	padding-top:10px;
	}
	
	
.header1{
	background-image:url(../images/mavi/header1ust.jpg);
	background-repeat:no-repeat;
	height:33px;
	padding-left:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	}
	
.header_alt{
	background-image:url(../images/mavi/header1alt.jpg);
	background-repeat:no-repeat;
	height:10px;
	}
	
.header_orta{
	background-image:url(../images/mavi/header1orta.jpg);
	background-repeat:repeat-y;
	}
	
	
	
.header2{
	padding-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	}
	
	
.header2back{
	background-image:url(../images/mavi/header2ust.jpg);
	background-repeat:no-repeat;
	height:33px;
	}
.header3back{
	background-image:url(../images/mavi/header3ust.jpg);
	background-repeat:no-repeat;
	height:33px;
	}
.header2_alt{
	background-image:url(../images/mavi/header2alt.jpg);
	background-repeat:no-repeat;
	height:42px
	}
	/* === Remove input autofocus webkit === */
*:focus {outline: none;}

/* === Form Typography === */

.form_hint, .required_notification {font-size: 11px;}

/* === List Styles === */
.contact_form ul {
    width:750px;
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:5px; 
	position:relative;
} 



.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
.contact_form label {
	margin-top: 3px;
	display: inline-block;
	float: left;
	padding: 3px;
}
.contact_form input[type="text"] {

	
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.contact_form textarea {padding:8px; width:205px;}
.contact_form input[type="button"] {margin-left:0px;}


	/* form element visual styles */
	.contact_form input[type="text"], .contact_form textarea { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input[type="text"]:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		
	}

/* === HTML5 validation styles === */	
.contact_form input[type="text"]:required, .contact_form textarea:required {
	background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input[type="text"]:required:valid, .contact_form textarea:required:valid {
	background: #fff url(../images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input[type="text"]:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url(../images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}

	
/* === Button Style === */
button.submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;

	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}

@font-face {
    font-family: 'FranklinGothicMediumCondRegular';
    src: url('framdcn.eot');
    src: url('framdcn.eot') format('embedded-opentype'),
         url('framdcn.woff') format('woff'),




         url('framdcn.ttf') format('truetype'),
         url('framdcn.svg#FranklinGothicMediumCondRegular') format('svg');
}
.uyaribas, .uyarihata {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
  background-position: 0px center;
	position: fixed; 
top: 450px; 
left: 35%;
	margin: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}
.uyaribas {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/olumlumsj.png');
}
.uyarihata {
    color: #D8000C;
    background-color: #FFBABA;
    background-image:url('images/hatamsj.png');

}
.gonder-button  
{
	margin-top: 8px;
    color:#CCC;
	width: 100px;
	height: 30px;
    border: solid 1px #001041;
    background-color: #001041;
   background: -moz-linear-gradient(top, #001041 0%, #001041 100%);
	background: -webkit-linear-gradient(top, #001041 0%, #001041 100%);
	background: -o-linear-gradient(top, #001041 0%,#001041 100%);
	background: -ms-linear-gradient(top, #001041 0% ,#001041 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001041', endColorstr='#001041',GradientType=0 );
	background: linear-gradient(top, #001041 0% ,#333333 100%);
	-webkit-box-shadow: 0px 0px 1px #001041, inset 0px 0px 1px #FFFFFF;
	-moz-box-shadow: 0px 0px 1px #001041, inset 0px 0px 1px #FFFFFF;
	box-shadow: 0px 0px 1px #001041, inset 0px 0px 1px #FFFFFF;;
}

.gonder-button:hover 
{
	width: 100px;
	height: 30px;
	border: solid 1px #001041;
	background-color: #001041;
	background: -moz-linear-gradient(top, #001041 0%, #001041 100%);
	background: -webkit-linear-gradient(top, #001041 0%, #001041 100%);
	background: -o-linear-gradient(top, #001041 0%,#001041 100%);
	background: -ms-linear-gradient(top, #001041 0% ,#001041 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001041', endColorstr='#001041',GradientType=0 );
	background: linear-gradient(top, #001041 0% ,#333333 100%);
	-webkit-box-shadow: 0px 0px 1px #001041, inset 0px 0px 1px #FFFFFF;
	-moz-box-shadow: 0px 0px 1px #001041, inset 0px 0px 1px #FFFFFF;
	box-shadow: 0px 0px 1px #001041, inset 0px 0px 1px #FFFFFF;
}

