#contatti { margin-top:80px; }

.articolo {
	position:relative;
	top:0;
	left:70px;
	width: 400px;
	height: auto;
	
	margin-top:40px;
	margin-bottom:40px;
}
.art_header {
	position:relative;
	width: 400px;
	height: 34px;
	background:url(../img/graffa_top.png) top left no-repeat;
}
.art_title {
	position:relative;
	top:-10px;
	left:24px;
	
	height:25px;
	width:206px;
}

#contatti .art_title {
	width: 134px;
	height: 25px;
	background:url(../img/contatti_title.png) no-repeat;
}


.art_url {
	position:relative;
	top:-3px;
	left:24px;
}
.art_anno {
	position:relative;
	top:4px;
	left:24px;
}
.art_skill {
	position:relative;
	top:11px;
	left:24px;
}
.art_tech {
	position:relative;
	top:18px;
	left:24px;
}




.art_content {
	position:relative;
	width: 400px;
	height: auto;
	background:url(../img/graffa_content.png) repeat-y;
	
	z-index:20;
}
.art_text {
	position:relative;
	top:0;
	left:24px;
	
	line-height:18px;
	text-align:justify;
	
	overflow:hidden;
	
	z-index:20;
}



.contact_data {
	line-height:15px;
}


.art_footer {
	position:relative;
	top:-0px;
	width: 400px;
	height: 10px;
	background:url(../img/graffa_bottom.png) bottom left no-repeat;
	
	z-index:10;
	
	padding-top:0px;	
	padding-bottom:10px;
}
.artController {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	
	margin-left:24px;
	
	cursor:pointer;
	
	display:none;
}
.art_footer a:hover {
	color:#FF8400;
	font-weight:bold;
}












.contact_form {
	position: relative;
	left: 10px;
	width: auto;
	height: auto;
	
	margin:10px 0;
}
	
	.contact_form div { margin:14px 0; }
	
	.contact_label {
		position:relative;
	}
	
	.contact_input {
		position:relative;
		width: 240px;
		height: 20px;;
	}
	
	
	#field1 { margin-left:22px; }
	#field2 { margin-left:4px; }
	#field3 { margin-left:22px; }
	#field4 { margin-left:1px; height:80px; }
	
	#div_field4 .contact_label { top:-70px; }


.error {
	background: url(../img/error.png) 310px 5px no-repeat;
}


#contact_invia {
	position: relative;
	top: 5px;
	left: 95px;
	width: 68px;
	height: 23px;
	
	cursor:pointer;
}

#div_invia .contact_label { left:58px; }

#disclaimer {
	position:relative;
	left:60px;
	width:232px;
	
	text-align:justify;
	
	border:#FF8400 1px solid;
	
	padding:4px;
}



.callbackMsg {
	position:absolute;
	top:0px;
	left:40px;
	width:260px;
	height:260px;
	
	border:#666 1px solid;
	
	background:#FFF;
	
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;

	
	z-index:100;
	
	display:none;
}

.callbackMsg_loader {
	position:relative;
	top:60px;
	left:115px;
}


.callbackMsg_text {
	position:relative;
	top:60px;
	left:90px;
	
	width:80px;
	height:auto;
	
	text-align:center;
}


