* {	margin: 0px; padding: 0px; }

body {
	text-rendering: optimizelegibility;
	font: normal 11px tahoma, arial, helvetica;
	font-size:12px;
	padding: 0px;
	margin: 0px;
	color: #000;
	height: 100%;
	overflow: hidden;
}

h1 { font-size: 200% }
h2 { font-size: 150% }
h3 { font-size: 120% }

a, a:active, a:visited, a:link { text-decoration: underline; color: #000; }

a:hover {text-decoration: none; }

.styleInput {
	border: solid 1px #c1c1c1;
	padding: 1px;
	background-image: url(images/blue_bg_gr1.png);
	background-repeat: repeat-x;
	background-position: top;
}

.styleInput:hover {
	border: solid 1px #99BBE8;
}

div.errore { font-size: 10px; color: #A00; padding-left: 5px; padding-bottom:2px; }

.loginCustomBackgound {
	background: #0071BC url(../images/sf_loginblue.jpg?v2) no-repeat center top fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.containerLogin {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 5px solid #34407C;
	background-color: #fff;
	padding: 20px 10px 5px 10px;
	width: 480px;
	text-align:left;
}

.fieldTextLogin {
	border-bottom: 1px solid #ccc;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	min-height: 15px;
}

.switchUtente {	font: normal 11px tahoma,arial,helvetica; color: #000; border: 1px solid #a7a7a7; padding: 0px;	margin-bottom: 10px; width: 100%; border-spacing: 0px; }
.switchUtente th { font-size: 14px; color: #252525; border: 1px solid #a7a7a7; background-color: #f1f2f4; padding: 3px; }
.switchUtente td { font-size: 12px; border: 1px solid #a7a7a7; background-color: #fff; padding: 0px 0px 0px 2px; margin:0px; padding: 3px 5px; }

.alertMessage { padding: 15px; margin-bottom: 10px; border: 1px solid transparent; border-radius: 4px; }
.alertMessage span { font-size:14px; }

.alertMessageMedium { padding: 10px; margin-bottom: 5px; border: 1px solid transparent; border-radius: 4px; }
.alertMessageSmall { padding: 5px; margin-bottom: 5px; border: 1px solid transparent; border-radius: 4px; }
.alertMessageNoSpace { padding: 10px 15px; border: 1px solid transparent; border-radius: 4px; }

.alertMessage-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.alertMessage-error { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; }
.alertMessage-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }