﻿@font-face {
    font-family: 'CandaraRegular';
    src: url('../fonts/candara-webfont.eot');
    src: url('../fonts/candara-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/candara-webfont.woff') format('woff'),
         url('../fonts/candara-webfont.ttf') format('truetype'),
         url('../fonts/candara-webfont.svg#CandaraRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	background:#ccc url('../img/background.png');
	font-family:'CandaraRegular';
}
input{
	border:0;
	outline:0;
	text-align:center;
	color:#999999;
	margin-bottom:10px;
}
#box{
	  background: url(../img/shape-2.png) no-repeat bottom,#fff;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid#DCDCDC;
  border-top: 1px solid #DCDCDC;
  margin: 150px auto 0 auto;
  width: 349px;
  height: 265px;
  border-radius: 7px;
}
.elements{
	width:222px;
	margin:0 auto;
	padding:10px 0;
}
.avatar{
	background:url('../img/100x100.png') no-repeat center;
	height:100px;
	margin-bottom:15px;
}
.username{
	background:url('../img/usermamefield.gif') no-repeat 50% top;
	width:222px;
	height:32px;
}
.username:focus{
	background:url('../img/usermamefield.gif') no-repeat 50% bottom;
	color:#333333;
}
.password{
	background:url('../img/passwordfield.gif') no-repeat 50% top;
	width:222px;
	height:32px;
	text-align:center;
}
.password:focus{
	background:url('../img/passwordfield.gif') no-repeat 50% bottom;
	color:#333333;
}
.forget{
	font-size:12px;
	margin-bottom:20px;
}
.forget a{
	color:#999999;
	text-decoration:none;
}
.checkbox {
    display: block;
    width: 40px;
    height: 15px;
    overflow: hidden;
    border-radius: 5px;
	float:left;
	margin:5px 0 0 0;5
}	
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label {
    text-indent: -9999px;
    display: block;
    width: 40px;
    height: 15px;
    line-height: 15px;
    background: url('../img/checkboxfield.png') no-repeat;
    -webkit-transition: background-position 0.3s ease-in-out;
    -moz-transition: background-position 0.3s ease-in-out;
}
input[type=checkbox]:checked + label {
    -webkit-transition: background-position 0.3s ease-in-out;
    -moz-transition: background-position 0.3s ease-in-out;
    background-position:-26px;
}
.remember{
	font-size:12px;
	color:#999999;
	margin:5px;
	float:left;
}
.clr{
	clear:both;
}
.submit{
	float:right;
	background:#cccccc;
	height:23px;
	border-radius:5px;
	border-bottom:2px solid #bcbcbc;
	cursor:pointer;
	color:#fff;
}
.submit:hover{
	text-shadow:0 1px rgba(0,0,0,0.1);
}
.submit:active{
	text-shadow:0 -1px rgba(0,0,0,0.2);
}
.signup{
	text-align:center;
	font-size:12px;
	color:#999;
	margin:5px 0 0 0;
}
.signup a{
	color:#72985a;
	text-decoration:none;
}
.gKodu {
    font-size:12px;
}
.gKodu input {
    font-size: 12px;
  height: 26px;
  border: 1px solid #D5D5D5;
  width: 222px;
}
.gKodu a {
    color:#72985a;
}
.gKodu a:hover {
    color:#0094ff;
}
.hata{
    margin: 0px auto;
    font-size: 12px;
    color: red;
    width: 350px;
    text-align: center;
}
.hata ul{
    list-style: none;
    margin:0px;
    padding:0px;
}