div.containerLogin {
	position: absolute;
	/*background-image: url(../images/sfondo.png);*/
	/*background-repeat: repeat-x;*/
	background-color: #9CB8D8;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px solid #000000;
	padding: 0px;
	overflow: hidden;
}

div.column {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30%;
	height: 100%;
	border: 0px solid #000000;
	border-right: 0px solid #000000;
	/*background-color: #FFFFFF;*/
	padding: 0px;
	z-index: 2;
}

/*	DEFINIZIONE SEZIONE LOGIN	*/



div.formLogin {
	border: 0px solid #FFFFFF;
	position: relative;  
	left: 0px; 
	top: 0px;
	width: 255px;
	height: 90px;
	padding-top:15px;
	z-index: 2;
}
div.titleLogin {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 98%;
	height: 40px;
	border: 0px solid #000000;
	font-family: Verdana; 
	font-size: 30px;
	text-align: center;
	color:#FFD701;
	font-weight: bolder;
	z-index: 3;
}
div.titleLoginO {
	position: absolute;
	top: 173px;
	left: 3px;
	width: 98%;
	height: 40px;
	border: 0px solid #000000;
	font-family: Verdana; 
	font-size: 30px;
	text-align: center;
	color:#363636;
	font-weight: bolder;
	z-index: 2;
}



div.user {
	border: 0px solid #000000;
	position: absolute;  
	left: 5px; 
	top: 150px;
	width: 255px;
	height: 90px;
	z-index: 2;
}

.Label1 {
	font-family: Verdana; 
	font-size: 12px;
	border: 0px solid #000000;
	width: 80px; 
	text-align: right;
	height: 16px;
	color:#FFFFFF;
	font-weight: bolder;
}

.Text1 {
	font-family: Verdana; 
	font-size: 12px;
	border: 0px solid #000000;
	width: 130px; 
	
}

.Label2 {
	font-family: Verdana; 
	font-size: 12px;
	border: 0px solid #000000;
	width: 80px; 
	text-align: right;
	height: 16px;
	color:#FFFFFF;
	font-weight: bolder;
}

.Text2 {
	font-family: Verdana; 
	font-size:12px;
	border: 0px solid #000000;
	width:130px; 
}

div.submit {
	position: absolute;  
	left: 100px; 
	top: 66px; 
	width: 130px; 
	height: 20px;
}

.button {
	font-family: arial; 
	color: #FFFFFF; 
	font-size: 12px;
	background-color: #214478;
	border: 1px solid #FFFFFF;
	width: 140px; 
	height: 20px;
}


input.input {
	font-family: arial; 
	color: #000000; 
	font-size: 12px;
	/*background-color: #FFFFFF;*/
	border: 1px solid #7f9db9;
	width: 140px; 
	height: 20px;
	padding: 0px;
}
/**/

div.messageReturn {
	display: none;  
	width: 255px;
	height: 40px;
	border: 0px solid #000000;
	color: #FF0000;
	text-align: center;
	line-height: 40px;
	z-index: 1;
}

div.creditsSX {
	position: absolute;
	left: 5px;
	bottom: 10px;
	width: 255px;
	height: 155px;
	border: 0px solid #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	overflow: hidden;
	z-index: 1;
}

div.creditsDX {
	position: absolute;
	left: 5px;
	bottom: 10px;
	width: 255px;
	height: 155px;
	border: 1px solid #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	overflow: hidden;
	z-index: 1;
}


div.credits {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 99%;
	height: Auto;
	border: 0px solid #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	overflow: hidden;
	z-index: 10;
	text-align: center;
}


div.logo {
	position:absolute;  
	left: 70px; 
	bottom: 180px;
	width: 37px;
	height: 16px;
	border: 0px solid #000000;
	z-index: 3;
}



div.pageCentral {
	position: absolute;
	top: 0px;
	left: 25%;
	width: 75%;
	height: 100%;
	border: 0px solid #000000;
	padding: 0px;
	
	z-index: 0;
}

div.Title {
	position: absolute;
	top: 10px;
	left: 100px;
	width: 634px;
	height: 70px;
	border: 0px solid #000000;
	padding: 0px;
	/*background-image: url(../images/text5.png);*/
	/*background-repeat: no-repeat;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #214478;
	overflow: hidden;
	text-align: center;
	z-index: 1;
}

div.cover {
	position:relative;
	top: 60px;
	left: 5px;
	width: 99%;
	height: 93%;
  border: 0px solid #ff0000;
	z-index: 3;
}

frameCarousel {
	background-color:transparent;
}


a {
	color: #FFD701;
}



.msgLogin {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFD100;
}

a.passwordRetrive:hover{
	cursor:pointer;
	background-color:white;
}
