* {
	margin: 0;
}

html, body {
	height: 100%;
	/*overflow: auto;*/
}

.container {
	position: relative;
	width: 100%;
	height: 100%;
	/*overflow: auto;*/
}
	
h2.sottotitolo {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: none;
	font-size:1.2em;
	margin:0;
	padding:0;
}

.loading {
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	z-index:99999;
	background: #000000 url(../img/loading.gif) no-repeat center center;
	opacity:0.9;
	color: red;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	visibility: visible;
	display: none;
}

.loading div {
	position:relative;
	top:40%;
	opacity:1;
}

* html .loading {
	position: absolute;
}			

select, option {
	position: relative;
	z-index:1;
}

.form label {
	float: left;
	display: block;
	width: 140px;
	line-height: 25px;
}

#style {
	padding-top: 7px;
}

.disable_2 {
	background-color: none;
	color: black;
}

.none {
	background-color: silver;
	color: white;
}
