input[type="text"], input[type="password"], textarea, select {
	outline: none;
	border: 1px solid #282221;
	border-radius: 4px;
	background: rgba(0,0,0,.2);
	padding: 7px 10px;
	font-size: 11px;
	color: #6F6262;
	width:80%;
}

option {
	border: 1px solid #282221 !important;
	background: rgba(19, 15, 12, 1);
}

input[type="submit"], input[type="button"], button[type="submit"] {
	padding: 8px 12px;
	font-size: 14px;
	border: 1px solid #764A33;
	background: rgba(73, 49, 39, 1);
	color: #D2B6AA;
	cursor: pointer;
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
	outline:none;
}

input[type="submit"]:hover, button[type="submit"]:hover, input[type="button"]:hover {
	background: rgba(34, 24, 20, 1);
	border: 1px solid #493127;
	color: #E08B66;
}

.l2title {text-align: center; margin: 10px 0;}

table#l2top, table#l2castle {width: 100%; border-spacing: 8px;}
table#l2top th {text-align: left;}

table#files-table {
	border-spacing: 30px;
}

#giris_detay {
    width:30%;
    height: auto;
    position: fixed;
    left:40%;
    top:30%;
    font-family: Philosopher;
    background-color:#45362E;
    padding-bottom: 15px;
    background-position:center;
    margin:-100px 0 0 -100px;
    box-shadow: 0 0px 194px 5px #523D1F;
    border: 1px solid  #523D1F;
    display:none;
    z-index:9999; /* efektin arkada kalmadığından emin oluyoruz */
}

#giris_detay .baslik
{
	
color:#fff;
font-size:15px;	
	
}
#giris_detay input
{
	
width:80%;
margin-bottom:20px;
	
}
#giris_detay .ortala
{
	
margin-top:20px;	
	
}

#itembg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:900;
	background-color: rgba(0,0,0,0.8);
	cursor: pointer;
	display:none;
}
#kapat
{
	
margin-right:15px;
cursor:pointer;
font-size:15px;
	
}

