@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}
.buton{
	cursor:pointer;
	border:1px solid #CCC;
	border-radius:3px; 
	color:#666;
	font:bold 11px Sans-Serif;
	text-shadow:0 1px 1px white;
	-webkit-box-shadow: 0 1px 1px #fff;
	-moz-box-shadow:    0 1px 1px #fff;
	box-shadow:         0 1px 1px #fff;
	padding:6px 10px;
	white-space:nowrap;
	background:transparent;
	
	vertical-align: top; height: 34px;
}
.buton:hover, .buton:focus{
	border-color:#999;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background:    -moz-linear-gradient(top, white, #E0E0E0);
	background:     -ms-linear-gradient(top, white, #E0E0E0);
	background:      -o-linear-gradient(top, white, #E0E0E0);	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	-moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
.buton:active{
	border:1px solid #999;
	-webkit-box-shadow: inset 0 1px 2px #aaa;
	-moz-box-shadow:    inset 0 1px 2px #aaa;
	box-shadow:         inset 0 1px 2px #aaa;
	background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
	background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
	background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
	background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
}
#email, #p_email{
	height: 20px; 
	width: 200px; 
	padding: 6px 12px; 
	border: 1px solid #ccc; 
	border-radius: 4px;
    margin-bottom: 10px;
}
#sifre, #sifre1, #sifre2{
	height: 20px; 
	width: 200px; 
	padding: 6px 12px; 
	border: 1px solid #ccc; 
	border-radius: 4px;
    margin-bottom: 10px;
}
.ust_alan{
	color: #fff; 
	border-top-right-radius: 10px; 
	border-top-left-radius: 10px; 
	padding: 10px;
    text-align: center;
}
.giris_resim{
    border-radius: 5px;
    width: 275px;
    margin-bottom: 10px;
}
.alt_alan{
	background-color: #f5f5f5; 
	border-top: 1px solid #ddd; 
	padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.alt_alan div a, .arenk{
	color: #428bca;
	text-decoration:none;
}
.ana_div{
	width: 300px; 
	margin: auto;
}
.orta_alan{
    background-color: #fff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.form_alan{
	padding: 20px;
}
.alt_alan div{
	vertical-align: middle;
    height: 20px;
}
.ekran_karart{
	opacity: 0.4;
	background: #000;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 10000;
	bottom: 0px;
	position: absolute;
	width: 100%;
}
.osx_ac{
	z-index: 10001;
	background-color: #FFF;
	border-radius: 15px;
	display: none;
	padding: 5px;
	position: absolute;
}
.reklam{
	text-align:center;
	margin-top:100px;
	display:table-column;
}
.sffaln{
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #e44c65;
    letter-spacing: 1px;
}
.uyari{
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.ort{
	text-align:center;
}
.table1{
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table1 thead tr th{
	border-bottom-width: 2px;
	border: 1px solid #ddd;
	padding: 5px;
	vertical-align: middle;
	border-bottom: 2px solid #ddd;
	line-height: 1.42;
	background-color: #ebf2f6 !important;
	text-shadow: 1px 1px 0 #fff;
}
.table1 tbody tr td{
	border: 1px solid #ddd;
	padding: 5px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
	vertical-align:middle;
}
.borc1{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
    text-align: justify;
}