body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#header{
	width: 1000px;
	height: 40px;
	margin: 10px auto 0 auto;
	position: relative;
}

#header_angolo_sx{
	width: 30px;
	height: 40px;
	background: url('../images/cofas_header_sx.jpg');
	position: absolute;
	top: 0px;
	left: 0px;
}

#header_angolo_dx{
	width: 30px;
	height: 40px;
	background: url('../images/cofas_header_dx.jpg');
	position: absolute;
	top: 0px;
	right: 0px;
}

#header_centrale{
	width: 940px;
	height: 40px;
	background: url('../images/cofas_header_center.jpg') repeat-x;
	position: absolute;
	top:0px;
	left: 30px;
}

#cnt_titolo_header{
	background: url('../images/header_icon.jpg') no-repeat;
	width: 600px;
	height: 32px;
	padding-left:35px;
	position: absolute;
	top: 2px;
	left: 10px;
	font:16pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #fff;
	text-align: left;
}

#esci{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 2px;
	right: 5px;	
}

#esci img{border:0;}
#esci a{
	text-decoration: none;
	outline:none;
	-moz-outline-style:none;
}

#contenitore{
	width: 998px;
	height: 400px;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #cdcdce;
	border-left: 1px solid #cdcdce;
	border-right: 1px solid #cdcdce;
	position: relative;
	text-align: left;
}

#lingua{
	height: 16px;
	position: absolute;
	top: 20px;
	left: 30px;
	font:9pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000;
	text-align: left;
}

#lingua img{
	border: 0;
}

#lingua a{
	text-decoration: none;
	outline:none;
	-moz-outline-style:none;
}

#gestione_lingua{
}

#cnt_form{
	background: #fff;
	width: 502px;
	height: 250px;
	position: absolute;
	top: 60px;
	left:250px;
	border: 1px solid #cdcdce;
} 
	
#cnt_sx{
	width: 250px;
	height: 250px;
	float: left;
	text-align: center;
}

#cnt_sx img{
	margin: 30px auto 0 auto;
	border: 0;
}

#cnt_dx{
	width: 250px;
	height: 250px;
	float: left;
	position: relative;
}

#titolo{
	font:12pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #fb3f08;
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 0px;
}

#cnt_dx table{
	position: absolute;
	top: 40px;
	left: 0px;
}

#cnt_dx img{ border: 0;}

#entra{
	background: url('../images/login_button.jpg');
	width: 80px;
	height: 25px;
	position: absolute;
	top: 140px;
	left: 0px;
}

#entra a{	
	display: block;
	text-decoration: none;
	font:10pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000;
	text-align: left;
	padding: 3px 10px;
	text-decoration: none;
	outline:none;
	-moz-outline-style:none; 
}

.label{
	font:9pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000;
	font-weight: bold;
}

.input{
	border: 1px solid #cdcdce;
	font:9pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #353535;
	font-weight: bold;
}

#direttive{
	width: 230px;
	height: 50px;
	position: absolute;
	top: 180px;
	left:10px;
	border-top: 1px solid #cdcdce;
	font:8pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #7a7a7a;
	text-align: justify;
	padding-top: 5px;
}

