/* @override http://www.kronos.it/contatti/css/main.css */

@font-face {
    font-family: 'MetrophobicRegular';
    src: url('../fonts/Metrophobic-webfont.eot?') format('eot'),
         url('../fonts/Metrophobic-webfont.woff') format('woff'),
         url('../fonts/Metrophobic-webfont.ttf') format('truetype'),
         url('../fonts/Metrophobic-webfont.svg#MetrophobicRegular') format('svg');
}

html, body {
	line-height: 1;
	height: 100%;
	font-family: "MetrophobicRegular";
	margin:0;
	padding:0;
}
p {
	margin: 0;
}
#content {
	width: 650px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 1.3;
}

#header {
	height: 175px;
	position: relative;
	border-bottom: 3px solid #FFFFFF;
	text-align: center;
	background-image: url(../images/testata.jpg);
	background-position: center top;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

.msg {
	margin: 20px auto;
	width: 650px;
}

#foot {
	bottom:0;
	z-index:999999;
	width: 100%;
}

#foot {
	font-size: 12px;
	text-align: left;
	line-height: 1.3;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	height: 86px;
}

#kronos {
	right: 0;
	top: 4px;
	width: 373px;
	margin: 0 auto;
}

#utility {
	text-align: center;
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#dx {
	margin-left: 20px;
}

#logo {
	position: absolute;
	top: 5px;
	background-repeat: no-repeat;
	width: 119px;
	height: 23px;
	text-align: left;
}

#uptool {
	position: absolute;
	top: 13px;
	right: 0;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
}


#foot a {
	display: block;
	color: #000;
}
#loader {
	width:60px;
	margin: 20px auto 0 auto;
}
#submit {
	margin-top:20px;
}
/* VALIDATION */

.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}