html {
  margin: 0;
  padding: 2;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}



body {
	background-color:#ffffff;
	font: 12px/20px 'Lucida Grande', Verdana, sans-serif;

	
}

hr {
  border: 0;
  height: 0.05em;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  }


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
a[href^="tel:"] {
  color: black;
  text-decoration: none;
}

a[href^="tel:"]:before {
  content: "\260e";
  color: black;
  margin-right: 0.5em; 
}
 
.about {
	margin-left: auto;
	margin-right: auto;
    margin: 10px 10px 10px;
    padding: 10px;
    width: 340px;
    font: 18px/18px 'Lucida Grande', Arial, sans-serif;
    color: #807451;
    text-align: center;
    /* text-shadow: 0 -1px rgb(0 0 0 / 30%); */
    background: #ffffff;
    /* background: rgba(34, 34, 34, 0.5); */
    border-radius: 4px;
    /* background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); */
    /* -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 20%), 0 0 6px rgb(0 0 0 / 40%); */
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 0 6px rgb(0 0 0 / 10%);
}


.about a {
  color: #807451;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.about a:hover {
  text-decoration: none;
  background: #555;
  background: rgba(255, 255, 255, 0.15);
}

.about-links {
  height: 30px;
}
.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}
.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}


::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:-moz-placeholder {
  color: #bcc0c8 !important;
}

::-webkit-input-placeholder {
  color: #bcc0c8;
}

:-ms-input-placeholder {
  color: #bcc0c8 !important;
}


input, textarea, select, label {
  font-family: inherit;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.login {
    margin: 6px auto;
    padding: 18px 10px;
    width: 260px;
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    border-bottom-color: #51581021;
    border-radius: 5px;
    background-image: -webkit-radial-gradient(cover, #ffffff, #ffffff);
    background-image: -moz-radial-gradient(cover, #437dd6, #3960a6);
    background-image: -o-radial-gradient(cover, #437dd6, #3960a6);
    background-image: radial-gradient(cover, #437dd6, #3960a6);
    /* -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%); */
    box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 1px 10px rgb(76 75 23 / 10%);
}
.login > h1 {
  margin: 0 0 10 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.0);
}

.login-input {
    font-size: 20px;
    display: block;
    width: 100%;
    height: 43px;
    margin-bottom: 20px;
    padding: 0 12px;
    color: #7e7e0ebd;
    /* text-shadow: 0 1px black; */
    background: #fdfdfd;
    border: 1px solid #15243b40;
    border-top-color: #0d18273b;
    border-radius: 4px;
    /* background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0)); */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0)); */
    /* -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 20%); */
    /* box-shadow: inset 0 1px 2px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 20%); */
}

.login-input:focus {
  outline: 0;
  background-color: #fdfdfd;
/*  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6); */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
}

.lt-ie9 .login-input {
  line-height: 50px;
}

.login-submit {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #294779a3;
    text-align: center;
    /* text-shadow: 0 1px rgb(255 255 255 / 30%); */
    /* background: #9aa6b9; */
    /* background-clip: padding-box; */
    border: 1px solid #2844732e;
    border-bottom-color: #223b6600;
    border-radius: 4px;
    cursor: pointer;
    /* background-image: -webkit-linear-gradient(top, #d0e1fe, #96b8ed); */
    background-image: -moz-linear-gradient(top, #d0e1fe, #96b8ed);
    background-image: -o-linear-gradient(top, #d0e1fe, #96b8ed);
    /* background-image: linear-gradient(to bottom, #d0e1fe, #96b8ed); */
    /* -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 50%), inset 0 0 7px rgb(255 255 255 / 40%), 0 1px 1px rgb(0 0 0 / 15%); */
    box-shadow: inset 0 1px rgb(255 255 255 / 50%), inset 0 0 7px rgb(255 255 255 / 40%), 0 1px 1px rgb(0 0 0 / 15%);
}
.login-submit:active {
  background: #a4c2f3;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
}

.login-help {
  text-align: center;
}
.login-help > a {
  font-size: 11px;
  color: #d4deef;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.login-help > a:hover {
  text-decoration: underline;
}

p.tutInfo {
    color: #22232a;
    padding: 4px 0;
    text-align: center;
    position: fixed;
    bottom: 0px;
    /* background: #121b21; */
    background-color: SkyBlue;
    /* border-top: 5px solid black; */
    width: 100%;
    margin-Left: 2px;
    margin-top: 2px;
    margin-Right: 2px;
    margin-Bottom: 2px;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 0 6px rgb(0 0 0 / 10%);
}

p.tutInfo a {
    color: #0196e3;
	text-decoration: none;
}

h1,h2,p.tutInfo{
	font-family:'Lucida Grande',"Tahoma",Arial,Helvetica,sans-serif;
}

.myinputfiyat {
  display: block;
  margin: 0;
  width: 98%;
  font-family: "Tahoma", serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  -moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  background: #EFEFEF;
  background-color:#ededed;
overflow:hidden;
}

.myinputadet {
  display: block;
  margin: 0;
  width: 100%;
  font-family: "Tahoma", serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  -moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  background: #fff;
overflow:hidden;
}



.mybutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:37px;
	line-height:37px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

