﻿@font-face {
    font-family: 'amblelight';
    src: url('amble-light-webfont.eot');
    src: url('amble-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('amble-light-webfont.woff') format('woff'),
         url('amble-light-webfont.ttf') format('truetype'),
         url('amble-light-webfont.svg#amblelight') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*proje içindeki css*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*css reset*/

.MainContainer
{
width:100%;
height:auto;
}

.Container {
left: 50%;
margin-left: -490px;
position: relative;
width: 960px;
margin-bottom: 15px;
}

.DivContainer
{
left: 50%;
margin-left: -480px;
position: relative;
width: 960px;
margin-bottom: 15px;
}

.AnaEkran
{
width:1000px;
position: relative;
float:left;
margin-bottom: 30px;
}

.Cerceve
{
border: 1px solid #a9a7a7;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: white;
}

.Header
{
width: 940px;
height: 100px;
position:relative;
float:left;	
}


.LogoSaat 
{
position: relative;
top: 10px;
}


/*kullanıcı bilgileri*/
.SessionNameContainer{
border:1px solid #c7c7c7; 
right:0px;
position:absolute;
top:0;
margin-top:19px;
height:50px;
background-color:#e9e9e9;
border-top-left-radius: 2px 2px;	
border-top-right-radius: 2px 2px;
border-bottom-left-radius: 2px 2px;	
border-bottom-right-radius: 2px 2px;
}

.NameContainer
{
margin-top: 10px;
margin-left: 10px;
height: 30px;
float: left;
font: 13px/17px Arial;
color: black;
width: 72px;
position: relative;
text-align: center;
max-width: 30%;
}

.SessionArama
{
position: relative;
float: left;
width: 44px;
padding-left: 10px;
padding-right: 9px;
}

.SessionUserIkon
{
margin-left:10px;  
margin-top:10px;  
margin-bottom:10px; 
height:30px; 
width:22px; 
float:left
}

.SessionNameSeparator
{
margin-left:5px;  
margin-top:4px;   
height:45px; 
width:2px; 
float:left; 
background-image: url('../Css/images/SessionAraCizgi.png');
}
.CartIcon
{
margin-left:5px;  
margin-top:8px;
margin-bottom:10px;   
height:31px; 
width:38px;  
float:left; 
}
.CartLabel
{
margin-left:10px;  
margin-top:10px;   
height:30px; 
width:107px; 
float:left; 
font:11px/17px Arial;  
color:black;
}
.SessionClose{
margin-left:5px;  
margin-top:8px; 
margin-bottom:10px;   
height:36px; 
width:34px;  
float:left; 
}
/*kullanıcı bilgileri bitiş*/


/*Login*/

.logindiv
{
border-color: inherit;
border-width: 1px;
left: 53%;
margin-left: -190px;
top: 54%;
margin-top: -170px;
position: fixed;
width: 304px;
height: 292px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: #7d7e7d; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.menubarsiyah
{
border: solid 1px;
width: 100%;
height: 38px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.loginspan
{
font-size:21px;
font-family:Trebuchet MS;
color:white;
position: relative;
top: 33px;
left: 28px;
}

.container-kullanici
{
position: relative;
top: 41px;
left: 29px;
}

.Loginkullaniciadi
{
position: relative;
width: 240px;
height: 32px;
border: solid 1px white;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background: white;
top: 7px;
}

.conteiner-sifre
{
position: relative;
top: 60px;
left: 29px;
}

.Loginsifre
{
position: relative;
width: 240px;
height: 32px;
border: solid 1px white;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background: white;
top: 7px;
}

.loginbtn
{
position: relative;
top: 84px;
left: -32px;
height: 40px;
width: 73px;
float: right;
font-size: 17px;
font-family: Trebuchet MS;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.sifremiunutttumspan
{
font-size: 13px;
font-family: Trebuchet MS;
color: #1fdfcb;
position: relative;
top: 139px;
float: left;
left: 65px;
text-decoration: underline;
}

.logininput
{
width: 234px;
border: transparent;
height: 29px;
left: 3px;
box-shadow: none;
position: relative;
}

.beyazspan {
    font-size: 14px;
    font-family: Trebuchet MS;
    color: white;
}

/*login bitiş*/

.DurumDivleri
{
left: 121px;
position: relative;
border: solid 1px;
float: left;
width: 324px;
height: 100px;
margin: 17px;

}

.MinHeight
{
min-height:400px;
}
.Header a:link,a:visited,a:visited,a:hover,a:active {color: black;text-decoration: none;}
.AnaEkran a:link {color: #a9a7a7;text-decoration: none;}
.AnaEkran a:visited {color: #a9a7a7;}	
.AnaEkran a:hover { color:#a9a7a7; text-decoration : none;} 
.AnaEkran a:active{color:#a9a7a7;text-decoration : none; }

.tg a:link {color: #FC0000;text-decoration: none;}
.tg a:visited {color: #FC0000;}	
.tg a:hover { color:#FC0000; text-decoration : none;} 
.tg a:active{color:#FC0000;text-decoration : none; }

span
{
font: Normal 14px sans-serif;
}

.DurumSpan
{
font-size:20px;
position: relative;
left: 19px;
top: 37px;
float:left;
}

div.DurumDivleri:hover
{
-webkit-box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 30px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 30px rgba(50, 50, 50, 0.75);
}

.Kirmizi
{
color: red;
float: left;
left: 25px;
}

.CariBilgilerContainer
{
width: 100%;
height: 50px;
position: relative;
display:block;
}

.YeniCariBilgilerContainer
{
width: 100%;
height: 50px;
position: relative;
display:none;
}

.CariBilgiler
{
padding: 3px 0px 0px 23px;
width: 201px;
position: relative;
float: left;
height: 100%;
margin-top: 10px;
}

.CariBilgiler input[type="text"]
{
width: 200px;
margin-top: 9px;
}

.FaturaBilgilerContainer
{

position: relative;
float: left;
width: 100%;
height: 71px;
margin-top: 21px;
display: none;
}

.EvrakTakipListe
{
position: relative;
float: left;
width: 100%;
height: auto;
padding-top: 41px;
left: 19px;
padding-bottom: 19px;
}

.ETLBaslik
{
position: relative;
width: 960px;
height: 35px;
float:left;
    top: 0px;
}

.ETLBaslik > div
{
border: 1px solid #a9a7a7;
height: 35px;
text-align: center;
display: table-cell;
vertical-align:middle;
background: #e9e9e9;
font-size:16px;
font-family: sans-serif;
}

.ETLSatir
{
position: relative;
width: 980px;
height: 35px;
float:left;
}

.ETLSatir> div
{
border: 1px solid #a9a7a7;
border-top:none;
height: 35px;
text-align: center;
display: table-cell;
vertical-align:middle;
font-size:13px;
font-family: sans-serif;
}

.ETLBaslik div:nth-child(1), .ETLSatir div:nth-child(1)
{
    width: 285px;
border-right: none;
text-align: left;
padding-left: 14px;
}

.ETLBaslik div:nth-child(2), .ETLSatir div:nth-child(2)
{
    width: 100px;
	border-right: none;
}

.ETLBaslik div:nth-child(3), .ETLSatir div:nth-child(3)
{
    width: 100px;
	border-right: none;
}

.ETLBaslik div:nth-child(4), .ETLSatir div:nth-child(4)
{
    width: 100px;
	border-right: none;
}

.ETLBaslik div:nth-child(5), .ETLSatir div:nth-child(5)
{
    width: 110px;
	border-right: none;
}

.ETLBaslik div:nth-child(6), .ETLSatir div:nth-child(6)
{
    border-right: none;
    width: 110px;
}

.ETLBaslik div:nth-child(7), .ETLSatir div:nth-child(7)
{
    width: 49px;
}

.ETLBaslik div:nth-child(8), .ETLSatir div:nth-child(8)
{
    width: 78px;
   
}
.ETLBaslik div:nth-child(9), .ETLSatir div:nth-child(9)
{
    width: 49px;
}

    .ETLSatir > input[type="checkbox"] {
position: absolute;
top: 8px;
right: 0;
    }
.ui-datepicker-month
{
height:20px !important;
padding:0px !important;
}

.ui-datepicker-header
{
height: 20px;
}

.ui-datepicker-calendar tr
{
border: 0px solid #a9a7a7;
}

#EvrakKaydetBtn
{
width: 205px;
height: 31px;
position: relative;
top: 15px;
background: #D5D5D5;
-webkit-border-radius: 5px;
border-radius: 7px;
font: bold 15px sans-serif;
}

.KDBar1
{
position: relative;
width: 900px;
left: 19px;
margin-top: 35px;
height: 60px;
float:left;
font: Normal 15px sans-serif;
}

.KDBar1Ust > div
{
border: 1px solid #a9a7a7;
height:20px;
text-align: center;
display: table-cell;
vertical-align:middle;
background: #e9e9e9;
}

.KDBar1Ust div:nth-child(1), .KDBar1Alt div:nth-child(1)
{
width:100px;
border-right:none;
}

.KDBar1Ust div:nth-child(2), .KDBar1Alt div:nth-child(2)
{
width:100px;
border-right:none;
}

.KDBar1Ust div:nth-child(3), .KDBar1Alt div:nth-child(3)
{
width:100px;
/*border-right:none;*/
}

.KDBar1Ust div:nth-child(4), .KDBar1Alt div:nth-child(4)
{
width:240px;
border-right:none;
}

.KDBar1Ust div:nth-child(5), .KDBar1Alt div:nth-child(5)
{
width:119px;
border-right:none;
}

.KDBar1Ust div:nth-child(6), .KDBar1Alt div:nth-child(6)
{
width:114px;
border-right:none;
}

.KDBar1Ust div:nth-child(7), .KDBar1Alt div:nth-child(7)
{
width:114px;
}

.KDBar1Alt > div
{
border: 1px solid #a9a7a7;
border-top:none;
height:50px;
text-align: center;
display: table-cell;
vertical-align:middle;
}

.KDBar2
{
position: relative;
width: 900px;
left: 19px;
margin-top:36px;
height: 60px;
float:left;
font: Normal 15px sans-serif;
}

.KDBar2Ust > div
{
border: 1px solid #a9a7a7;
height:20px;
text-align: center;
display: table-cell;
vertical-align:middle;
background: #e9e9e9;
}

.KDBar2Alt > div
{
border: 1px solid #a9a7a7;
border-top:none;
height:30px;
text-align: center;
display: table-cell;
vertical-align:middle;
}


.KDBar2Ust div:nth-child(1), .KDBar2Alt div:nth-child(1)
{
width:130px;
border-right:none;
}

.KDBar2Ust div:nth-child(2), .KDBar2Alt div:nth-child(2)
{
width:250px;
border-right:none;
}

.KDBar2Ust div:nth-child(3), .KDBar2Alt div:nth-child(3)
{
width:160px;
border-right:none;
}

.KDBar2Ust div:nth-child(4), .KDBar2Alt div:nth-child(4)
{
width:100px;
border-right:none;
border-left:none;
}

.KDBar2Ust div:nth-child(5), .KDBar2Alt div:nth-child(5)
{
width:250px;
}



.KDNotlar
{

position: relative;
float: left;
width: 430px;
margin-left: 19px;
margin-bottom: 19px;
margin-top: 15px;
}

.KDResimler
{
border: solid 1px #a9a7a7;
position: relative;
float: left;
width: 430px;
min-height: 200px;
margin-left: 32px;
margin-top: 15px;
margin-bottom: 19px;
}

.KDYoneticiNotlari
{
border: solid 1px #a9a7a7;
position: relative;
width:400px;
height:200px;
float:left;
margin-bottom: 20px;
}

.KDKayitHikayesi
{
border: solid 1px #a9a7a7;
position: relative;
width:400px;
height:200px;
float:left;
overflow:scroll;
}

.KDResimlerBaslik {
    display: inline-block;
  width: 458px;
  margin-top: 1px;
  text-align: center;
 }

.KDResimlerBaslik > span
{
 
  position: relative;
  font-size: 20px !important;
  color: red;
 
  margin-top: 8px;
  margin-bottom: -7px;
  display: block;
 
}

.KDResimlerimg
{
width: 31%;
position: relative;
float: left;
padding: 30px;
cursor: pointer;
}


.KDNotlar > span
{
font-weight: bold;
padding-bottom: 10px;
position: relative;
float: left;
}

.SayfaBaslik
{
position: relative;
float: left;
width: 100%;
font: Normal 17px sans-serif;
padding: 19px 0px 14px 25px;
}

h1
{
font-size: 18px;
color: red;
}

h2
{
font-family: "Trebuchet MS";
font-size: 12px;
}

.ajaxdiv
{

position: absolute;
width: 600px;
height: 300px;
left: 255px;
top: 158px;
z-index: 1000;
display: none;
overflow: scroll;
min-height:300px;
background: white;
}

.ajaxdivi
{
position: relative;
border: 1px solid #a9a7a7;
min-height: 15px;
height: auto;
float: left;
width: 567px;
padding: 5px 0px 5px 0px;
left: 9px;
border-bottom: none;
cursor:pointer;
}

.EvrakTakipListe > a {
color:black !important;
}


.Notlar
{
position: relative;
height: 163px;
overflow:scroll;
}

.Notlar > div
{
position: relative;
height: auto;
min-height: 23px;
border-bottom: solid 1px #a9a7a7;
width: 100%;
float: left;
padding: 3px 0px 3px 0px;
font: Normal 12px sans-serif;
}

.KH_Notlar
{
position: relative;
height: 100%;
}

.KH_Notlar > div
{
position: relative;
height: auto;
min-height: 23px;
border-bottom: solid 1px #a9a7a7;
width: 100%;
float: left;
padding: 3px 0px 3px 0px;
font: Normal 14px sans-serif;
}

.hatabaslik
{
position: relative;
float: left;
font: Normal 36px sans-serif;
color: red;
}

.hatasatir
{
position: relative;
left: -92px;
top: 92px;
font: Normal 19px sans-serif;
}

.ilgiliKisi
{
position: relative;
float: left;
width: 895px;
left: 19px;
height: auto;
font: Normal 15px sans-serif;
display:block;
}

.ik-metin
{
position: relative;
border: 1px solid #a9a7a7;
float: left;
width: 100%;
height: 30px;
background: #e9e9e9;
text-align: center;
display: table-cell;
vertical-align: middle;
padding-top: 8px;
}

.ik-checkbox
{
position: relative;
width: 100%;
min-height: 33px;
border: 1px solid #a9a7a7;
border-top: none;
float: left;
padding-top: 8px;
height: auto;
}

    #RadioBtnPersonel > tbody > tr {
    
    float:left;
    padding-right: 20px;
    }


.SatinAlmaBolum {
    position: relative;
float: left;
width: 895px;
left: 19px;
height: auto;
font: Normal 15px sans-serif;
margin-bottom: 20px;
margin-top: 20px;
display:none;
}


.DepartmanRedBolum {
    position: relative;
float: left;
width: 895px;
left: 19px;
height: auto;
font: Normal 15px sans-serif;
margin-bottom: 20px;
margin-top: 20px;
display:none;

}

.SABUstBar {
    position: relative;
border: 1px solid #a9a7a7;
float: left;
width: 100%;
height: 25px;
background: #e9e9e9;
text-align: center;
display: table-cell;
vertical-align: middle;
padding-top: 6px;
}

.SABAltBar {
    position: relative;
width: 100%;
min-height: 33px;
border: 1px solid #a9a7a7;
border-top: none;
float: left;
height: auto;
padding-bottom: 9px;
border-bottom: block;
}

    #radioNedenler > tbody > tr {
    
float: left;
padding-right: 20px;
padding-top: 9px;
padding-left: 8px;
    }

        #radioNedenler2 > tbody > tr {
    
float: left;
padding-right: 20px;
padding-top: 9px;
padding-left: 8px;
    }

.SABAciklama {
        position: relative;
width: 100%;
min-height: 33px;
border: 1px solid #a9a7a7;
border-top: none;
float: left;
height: auto;
display:none;
}

#EvrakGeriGonderBtn {
height: 24px;
position: relative;
top: -22px;
float: right;

}

#EvrakGeriGonderBtn2 {
height: 24px;
position: relative;
top: -22px;
float: right;

}

.SatinAlmaBar {
    position: relative;
width: 893px;
left: 19px;
margin-top: 10px;
height: auto;
float: left;
font: Normal 21px sans-serif;
border: solid 1px red;
color: red;

}

    .SatinAlmaBar > div {
    
    text-align: center;
padding: 5px 0px 5px 0px;
vertical-align: middle;
    }


.SirketBaslik {
position: absolute;
font: Normal 30px sans-serif;
left: 353px;
top: 53px;
}

.anasayfadon {
width: 38px;
float: left;
top: 2px;
position: relative;
padding-left: 6px;
}


.aramabuton {

position: relative;
width: 46px;
left: 18px;
top: 9px;
cursor: pointer;
}

.aramasonuc {
    border: solid 1px;
position: relative;
float: left;
width: 900px;
min-height: 200px;
left: 23px;
top: 31px;

}

#EvrakSilBtn {
    position: relative;
float: left;
top: 12px;
}

#EvrakOtoOnay {
        position: relative;
float: left;
top: 12px

}

#Cariekle {
position: relative;
float: left;
top: 39px;
left: -22px;
cursor: pointer;
}

#carikaydet {
position: relative;
width: 124px;
height: 23px;
top: 24px;
}

.CariYokDiv {
    position: relative;
width: 893px;
left: 19px;
margin-top: 10px;
height: 115px;
float: left;
font: Normal 15px sans-serif;
border: solid 1px red;
color: red;
}

.KayitDetay{
width:187px !important;
}

.CariKaydetButonDiv {

    position: absolute;
right: 0;
top: 52px;
}

#cariguncelle {
    position: relative;
width: 124px;
height: 23px;
top: 24px;

}

/* Rapor başlangıç */

.RaporDiv {
    position:relative;
}

.RaporHeader {
position: relative;
width: 100%;
top: 10px;
left: 21px;
padding-bottom: 10px;
}


.tg  {
    border-collapse: collapse;
border-spacing: 0;
border-color: #ccc;
width: 900px;
position: relative;
float: left;
left: 20px;
margin-bottom: 25px;
margin-top: 25px;
}

.tg td{
    font-family:Arial, sans-serif;
    font-size:14px;
    padding:10px 5px;
    border-style:solid;
    border-width:1px;
    overflow:hidden;word-break:normal;
    border-color:#ccc;
    color:#333;
    background-color:#fff;
}
.tg th{
    font-family:Arial, sans-serif;
    font-size:14px;font-weight:normal;
    padding:10px 5px;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
    word-break:normal;
    border-color:#ccc;
    color:#333;
    background-color:#f0f0f0;

}
.tg .tg-s6z2{
    text-align:center

}

.tg .tg-xcwt{
    color:#FC0000;
    text-align:center

}

.rprsatirlar {
}

/* Rapor Bitiş*/

/* şifre değişikliği*/

.sifredegisim {
text-align: center;
padding: 147px;
}
.txtsifre {
width: 210px;
height: 30px;
margin-top: 5px;
font-size: 17px;
text-align: center;
}
.btnsifredegkaydet {
-moz-box-shadow: inset -50px 0px 29px -50px #0a0a0a;
-webkit-box-shadow: inset -50px 0px 29px -50px #0a0a0a;
box-shadow: inset -50px 0px 29px -50px #0a0a0a;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b3b3b3), color-stop(1, #a1a1a1) );
background: -moz-linear-gradient( center top, #b3b3b3 5%, #a1a1a1 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#a1a1a1');
background-color: #b3b3b3;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-left-radius: 0px;
text-indent: 0px;
border: 1px solid #dcdcdc;
display: inline-block;
color: #ffffff;
font-family: Arial;
font-size: 19px;
font-weight: bold;
font-style: normal;
height: 40px;
width: 105px;
text-decoration: none;
text-align: center;
text-shadow: -20px 0px 50px #080808;
margin-top: 7px;
}
.btnsifredegkaydet:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a1a1a1), color-stop(1, #b3b3b3) );
	background:-moz-linear-gradient( center top, #a1a1a1 5%, #b3b3b3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1a1a1', endColorstr='#b3b3b3');
	background-color:#a1a1a1;
}.btnsifredegkaydet:active {
	position:relative;
	top:1px;
}





/* şifre değişikliği bitiş*/


#sifremiunuttum {

position: relative;
float: left;
top: 137px;
border: none;
background: transparent;
color: red;
}


.headercizgi {
    width:960px;margin:15px 0 15px 0

}