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

html, body {
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
}

body {
	font: 76% Helvetica, Arial, verdana, sans-serif;
	background:url(img/stripe_60.png);

}
#backgroundSol{
	z-index:-1;
	position:absolute;
	height:100%;
	left:-80px;
	display:none;
}
#backgroundFa{
	z-index:-1;
	position:absolute;
	height:100%;
	right:-50px;
	display:none;
}

div#container{
	width:1000px;
	background:url(img/paper.png);
	border:1px solid #ccc;
	border-width:0 1px;
	text-align:left;
	margin:0px auto;
	position:relative;
	height:100%;
}

div#header {
	position:absolute;
	background-color:#bbb;
	height:55px;
	width:400px;
	top:39px;
	left:-10px;
	z-index:5;
}

div#headerShadow{
	position:absolute;
	background-color:#888;
	height:55px;
	width:400px;
	top:43px;
	left:-7px;
	z-index:4;
}

div#login{
	background:url(img/graffa.png) left no-repeat white;
	width:300px;
	margin:30px auto;
	border:1px solid #ccd;
	padding-top:5px;
	padding-left:20px;
}

#logoSegre{
	position:relative;
	top:0px;
	left:30px;
	display:block;
	width:400px;
	height:80px;
	z-index:10;
	padding-top:30px;
	font-size: 50px;
}

#logo{
	position:absolute;
	top:0px;
	width:340px;
}
#logo2{
	position:absolute;
	top:5px;
	left:0;
	width:300px;
	border:0;
}

.dos{
	position: relative;
	bottom:-13px;
	font-family: 'Josefin Slab', sans-serif;
	text-shadow: 2px -1px 1px white;
}
.dos b{
	font-weight: 600;
}
div#wrapper {
	position:relative;
	clear:both;
}

div#content{
	min-height:300px;
	background: #fff;
	margin-top:50px;


}
input[type=text],[type=password]{
	display: block;
	width: 175px;
	margin:15px 5px 5px 5px;
	background: #FFF;
	font-size:15px;
	font-weight:normal;
	outline:none;
	border:1px solid #eee;
}

input:focus{
	outline:inset #eee 1px;
	border:1px solid #39F;
}

input[type=submit]{
display: block;
	width: 100px;
	background: #FFF;
	font-size:15px;
	font-weight:normal;
	outline: none;
	border:none;
	cursor:pointer;	
}

table{
	width:100%;
}

/* ERRORE LOGIN */

#ErrLogin{
	margin:20px auto;
	border: 1px solid #333;
	background:url(img/paper.png);
	width: 300px;
	height: 150px;
	position: relative;
}

.EtichettaNormale{
	display: block;
	margin-top:10px;
	color: black;
	text-transform: uppercase;
	font-size: 16px;
}

#ContentPlaceHolder1_btRetry{
	position: absolute;
	width:200px;
	margin-left:50px;
	margin-bottom: 20px;
	
}

#ritorna{
	font-size: 16px;
	margin:30px auto;
	width: 80%;
	background-color: rgba(255,255,255,0.5);
	border-radius: 4px;
	border-color: rgba(255,255,255,0.8);
	padding:5px;
}
#ritorna:hover{
	background-color: rgba(255,255,255,0.6);
}
#ritorna a{
	text-decoration: none;
	color: #333;
}
#ritorna a:hover{
	text-decoration: underline;
}

#foto{
	margin:0 10px 0 10px;
	background: url(img/transp.png);
	border:2px solid #eee;
}

#foto img{
	border-right: 2px solid #eee;
}
