<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------------------
	Popin
------------------------------------------------------------------------- */

	#overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 10000;
		width: 100%;
	}

	.prettyPopin {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 11000;
	top: 50%;
	left: 50%;
	background-image: url(/web/html/img/prettyPopin/bkg-login.png);
	/*background-image: url(/web/html/img/prettyPopin/layout-login.png);*/
	background-repeat: no-repeat;
	}
	
		.prettyPopin a#b_close {
			display: none;
			position: absolute; z-index: 2;
			top: 10px; right: 13px;
			width: 17px; height: 17px;
			text-indent: -10000px;
			background: url(/web/html/img/prettyPopin/butt-close.png) bottom left no-repeat;
		}
	
		.prettyPopin .prettyContent {
			position: relative;
			width: 100%; height: 100%;
/*			background: url(/web/html/img/prettyPopin/popinRight.gif) bottom right no-repeat;
*/		}
		
			.prettyPopin .prettyContent .prettyContent-container {
				display: none;
				/*padding: 20px 15px 15px 15px;*/
			}
		
			.prettyPopin .prettyContent .loader {
				position: absolute;
				top: 50%; left: 50%;
				margin: -14px 0 0 -14px;
			}
			
	
	
	
	
			

/*			AGGIUNTO BARBARA   */	


.login {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	width:700px;
	height: 550px;
	background-repeat: no-repeat;
	position:relative;
	margin:0;
	
}


.login label{
	display: block;
	margin:9px 0 26px 0;
	}
	
#Registrati {
	display: block;
	width: 189px;
	line-height: 46px;
	color: #FFFFFF;
	text-align:center;
	background: transparent url("/web/html/img/prettyPopin/butt-login.png") no-repeat scroll 0 0;
	text-decoration: none;
	font-size:16px;
	}


#Accedi {
	/*display: block;
	width: 189px;
	line-height: 46px;
	color: #FFFFFF;
	text-align:center;
	background: transparent url("/web/html/img/prettyPopin/butt-login2.png") no-repeat scroll 0 0;
	text-decoration: none;
	font-size:16px;*/
	}
	

.accedi-bottone{
    display: block !important;
	width: 189px !important;
	line-height: 46px;
	color: #FFFFFF !important;
	text-align:center;
	background: transparent url("/web/html/img/prettyPopin/butt-login.png") no-repeat scroll 0 0 !important;
	text-decoration: none;
	font-size:16px;
}

#Registrati a{
	color: #FFFFFF;
    text-transform: uppercase;
	}
.accedi-bottone a{
	color: #FFFFFF !important;
    text-transform: uppercase;
	}

#Accedi a{
    color: #337ab7;
    text-transform: uppercase;
    font-weight: 600;
}
	
#Registrati {
	/*position: absolute;
	left: 116px;
	top: 446px;*/
    text-transform: uppercase;
    /*font-weight: 600;*/
	}


#register {
	width:350px;
	font-size: 30px;
	color:#cc6600;
	text-align:center;
	font-size: 18px;

}
#accesso {
	width:200px;
	float:right;
	position:absolute;
	left: 452px;
	top:311px;	
}
#accesso label{
    color: #fff;
}

/*#name, #pass{
border:1px solid #CCCCCC;
margin:0 0 9px;
padding:7px;
width:184px;
}*/
</pre></body></html>