#presentation-login
{
	height:400px;
	margin:0;
	top:0;
	position:absolute;
	left:0;
	right:0;
	background:url(../images/dark-grey-tile.png);
	width:100%;
	display: block;
	border-bottom:1px solid #fff;
}


.login-box{
	width: 400px;
	position: absolute;
	top:320px;
	left:50%;
	margin-left:-200px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:0;
	-webkit-box-shadow: inset 0px 1px 0px #575b5e, 0px -5px 18px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 0px #575b5e, 0px -5px 18px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 0px #575b5e, 0px -5px 18px 0px rgba(0, 0, 0, 0.2);
	background: #3a3e42;
	background: -moz-linear-gradient(top, #3a3e42 0%, #202426 73%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a3e42), color-stop(73%, #202426));
	background: -webkit-linear-gradient(top, #3a3e42 0%, #202426 73%);
	background: -o-linear-gradient(top, #3a3e42 0%, #202426 73%);
	background: -ms-linear-gradient(top, #3a3e42 0%, #202426 73%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3e42', endColorstr='#202426',GradientType=0 );
	background: linear-gradient(top, #3a3e42 0%, #202426 73%);
	padding:30px;
}



.login-box input[type=text],[type=password]{
height: 23px;
width: 344px;
padding: 8px;
margin-left:20px;
font-weight: bold;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 0px;
color:#A9A9A9;
-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,.75), inset 0px -1px 0px #525658, 0px 0px 14px rgba(255,255,255,.05);
-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,.75), inset 0px -1px 0px #525658, 0px 0px 14px rgba(255,255,255,.05);
box-shadow: inset 0px 1px 2px rgba(0,0,0,.75), inset 0px -1px 0px #525658, 0px 0px 14px rgba(255,255,255,.05);
background: #222324;
background: -moz-linear-gradient(top, #070808 0%, #222324 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#070808), color-stop(99%,#222324));
background: -webkit-linear-gradient(top, #070808 0%,#222324 99%);
background: -o-linear-gradient(top, #070808 0%,#222324 99%);
background: -ms-linear-gradient(top, #070808 0%,#222324 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222324', endColorstr='#070808',GradientType=0 );
background: linear-gradient(top, #070808 0%,#222324 99%);
}

.login-button
{
	margin-left:260px;
	margin-top:20px;
}

.incorrect_identification{color:#CC0000;font-size:1.2em;text-align: center;}