@import url('frontend.css');
@import url('forms.css');

/* TAGS */
body
{
	background:url(../images/layout/sfondo.jpg) repeat-x;
	position:relative;
	font-size:13px;
}
h1
{
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:36px;
	color:#330000; /* marrone */
	margin-bottom:15px;
}
h2
{
	font-size:24px;
	color:#990000; /* rosso */
	font-family:"Times New Roman", Times, serif;
	margin-bottom:5px;
}
h3
{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#990000; /* rosso */
	margin-bottom:5px;
}
h4
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	color:#330000; /* marrone */
	color:#999999; /* grigio */
	margin-bottom:5px;
}
p
{
	margin-bottom:5px;
}
a, a:link, a:visited {
	color:#990000; /* rosso */
	text-decoration:none;
}
a:focus, a:hover, a:active {
	color:#330000; /* marrone */
}
img
{
	vertical-align:text-bottom;
}
strong
{
	font-weight:bold;
}
em
{
	font-style:italic;
}

/* CLASSI COMUNI */
.sinistra
{
	text-align:left;
}
.destra
{
	text-align:right;
}
.centrato
{
	text-align:center;
}
.giustificato
{
	text-align:justify;
}
.piccolo
{
	font-size:11px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
}
.rosso
{
	color:#990000; /* rosso */
}
.clear
{
	clear:both;
}

.conferma,
.errore,
.info,
.pericolo,
.tip
{
	text-align:left;
	font-size:14px;
	padding:12px 15px 12px 50px;
	margin:0 0 15px 0;
	clear:both;
}
.conferma
{
	background:#ebfadc url(../images/icone/32/ok.png) 10px center no-repeat;
	border-top:1px solid #33cc00;
	border-bottom:1px solid #33cc00;
}
.errore
{
	background:#fbfae6 url(../images/icone/32/alert.png) 10px center no-repeat;
	border-top:1px solid #efca00;
	border-bottom:1px solid #efca00;
}
.info
{
	background:#e7effb url(../images/icone/32/info.png) 10px center no-repeat;
	border-top:1px solid #0240a7;
	border-bottom:1px solid #0240a7;
}
.pericolo
{
	background:#fde3e2 url(../images/icone/32/cancel.png) 10px center no-repeat;
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000;
}
.tip
{
	background:#fbfae6 url(../images/icone/32/tip.png) 10px center no-repeat;
	border-top:1px solid #efca00;
	border-bottom:1px solid #efca00;
}