.form_preventivi {
	background-image: url(form_bg_middle.gif);
	width: 338px;
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
}
.form_p_bot {
	background-image: url(form_bg_bot.gif);
	background-repeat: no-repeat;
	height: 22px;
}
.form_p_top {
	background-image: url(form_bg_top.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.form_preventivi h3 {
 background-image: url(form_header.gif);
 background-repeat:repeat-x;
 color:#FFFFFF;
 font-size:26;
 padding:5px;
 margin:0px;
 margin-top:-15px;
}

#form_footer {
 padding:5px;
 font-size:10;
 background-image: url(lock.png);
 background-repeat: no-repeat;
 margin-top:10px;
 padding-left:45px;
}