﻿body {
	font-family:Arial;
	background-color:#999999;
	margin:0px;
}
DIV SPAN TD{
	font-family:Arial;
}
A{
	font-family:Arial;
	text-decoration:none;
}
A.hover{
}
INPUT{
	border-style:none;
}
IMG{
	border:0px;
}
.txtLogin{
	background-color:white;/*#C4EFA1;*/
	text-align:center;
	border-bottom-color:#333333;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	color:green;
	margin-top:5px;
	margin-bottom:15px;
	font-size:26px;
}
.lbLogin{
	font-variant:small-caps;
	font-weight:bold;
	color:black;
}
.LinkBiancoCliente{
	color:White;
	text-decoration:none;
	margin-left:30px;
	float:left;
	font-variant:small-caps;
	width:200px;
	text-align:left;
}
.LinkBiancoCyber{
	color:#999999;
	text-decoration:none;
	margin-right:30px;
	float:right;
	font-variant:small-caps;
	width:200px;
	text-align:right;
}
.LinkBianco{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	font-variant:small-caps;
}
.SpanLingua{
	color:White;
	font-weight:bold;
	font-variant:small-caps;
}
.BarraAlta{
	background-color:#333333;
	padding:10px;
	color:White;
	text-align:center;
}
.BoxBase{
	display:inline-table;
	margin:10px;
	width:280px;
	height:330px;
	background-repeat:no-repeat;
	background-position:center center;
}
.BVerde{
	background-image:url('../img/BallonVerde.png');
}
.BBianco{
	background-image:url('../img/BallonBianco.png');
}
.BAzzurro{
	background-image:url('../img/BallonAzzurro.png');
}
.BTitolo{
	margin-top:9px;
	margin-bottom:6px;
	margin-left:14px;
	margin-right:14px;
	padding-bottom:5px;
	font-variant:small-caps;
	font-size:26px;
	font-weight:bold;
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
.BInterno{
	margin-left:14px;
	margin-right:14px;
}
.BlockInfo {
	top:0;
	left:0;
	width:320px;
	display:none;
	font-size:11px;
	border:3px solid black;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#fff;
	z-index:9999;
	position:absolute;
}
.BlockInfo .close {
	background-image:url(../Img/btn/popClose.png);
	position:absolute; 
	right:-14px; 
	top:-14px;
	cursor:pointer;
	height:28px;
	width:28px;
}
.BlockInfo .TitoloLogin{
	text-align:center;
	background-color:#666666;
	padding:10px;
	border-bottom:1px solid black;
	color:white;
	font-size:20px;
	font-weight:bold;
	background-image:url(../Img/loghi/login_img.png);
	background-repeat:no-repeat;
	background-position:6px center;
}
.BlockInfo .Testo{
	background-color:#FFF;
	padding:10px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
.BlockInfoBack {
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-size:11px;
	background-color:white;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:9998;
	position:fixed;
}
