/***********GENERALE***********/

html, body {
	font: 11px Verdana, sans-serif;
	color: #333;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow-x: hidden;
}
body {
	background: url(immagini/pattern.png) left bottom repeat #fff;
}
input {
	border: 1px solid #ccc;
}
img {
	border: none;
}
fieldset {
	border: none;
}
div.clear {
	clear: both;
	margin: 0;
}
div#sfumatura {
	width: 100%;
	height: 100%;
	background: url(immagini/bg_sfumatura.png) center top no-repeat;
	margin: 0 auto;
}
div#pattern {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(immagini/pattern.png) left bottom repeat;
	margin: 0 auto;
	position: relative;
}
div#contLogin {
	background: url(immagini/bg_login.png) no-repeat 50% 50%;
	width: 587px;
	height: 393px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
div#contLogin img {
	margin-top: 60px;
}
form#formLogin label {
	width: 63px;
	height: 18px;
	margin: 0 0 0 18px;
	line-height: 18px;
	float: left;
	color: #999eb3;
	font-size: 12px;
}
form#formLogin input.txt {
	width: 170px;
	height: 18px;
	line-height: 18px;
	background-color: #C6C6C7;
	float: right;
	border: none;
}
form#formLogin fieldset {
	width: 272px;
	height: 90px;
	padding: 80px 0 0 0;
	margin: 0 auto;
	border: none;
}
form#formLogin p.campi {
	width: 270px;
	height: 20px;
	margin: 0 0 10px;
	padding: 0;
}
p.btnForm {
	margin: 0;
	padding: 0;
	width: 70px;
	height: 20px;
	float: right;
}
p.btnForm input {
	border: none;
	width: 70px;
	height: 20px;
	cursor: pointer;
	color: #96bf0d;
	background: none;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	padding: 0;
}
p.btnForm input:hover {
	color: #666;
	background-color: #fff;
}
.paddingTop {
	padding-top: 60px !important;
}
div#compatibilita {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	background: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 2px solid #99c03b;
}
p.loginParagraph {
	margin: 0 10px 10px 10px;
	padding: 0;
	color: #333;
}
a.noUnderline {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:hover.noUnderline {
	color: #333;
}
