@charset "utf-8";
/* CSS Document */

.header-logo {
	float:left;
	width:250px;
}

.slogan {
	width:530px;
	float:left;
	padding-top:50px;
	text-align:center;
}
.language {
position:absolute;
right:180px;
top:2px;
}
.login {
	width:220px;
	float:right;
	outline:none;
	margin:0;
	padding-top:10px;
}

.login h3 {
	margin-bottom:5px;
}

.user {
	margin-bottom:10px;
	background:url(../images/kullanici.png) no-repeat 0 50%;
	padding-left:20px;
}

.user input {
	width:195px;
	padding:4px 0 4px 0;
	border:1px solid #CCC;
	box-shadow:inset 2px 2px 2px #999;
}

.password {
	margin-bottom:10px;
	background:url(../images/sifre.png) no-repeat 0 50%;
	padding-left:20px;
}

.password input {
	width:195px;
	padding:4px 0 4px 0;
	border:1px solid #CCC;
	box-shadow:inset 2px 2px 2px #999;
}

.giris {
	text-align:right;
}

.giris input {
	background:url(../images/giris.png) no-repeat top;
	border:none;
	padding:0;
	width:76px;
	height:22px;
}

.giris input:active {
	padding-top:2px;
	padding-left:2px;
	height:21px;
	background:url(../images/giris.png) no-repeat bottom;
}