@import "header.css";
@import "content.css";
@import "content2.css";
@import "footer.css";

body{
	border:0; padding:0; margin:0;
	font-family: Arial, sans;
	font-size: 10px;
	width: 100%;
}

.clear{clear:both;}
.spacer{height:5px}

.arancio, .arancio a{color:#ef7f0b; text-decoration:none;}

.titoletto{color:#b3b3b3; font-style:italic; font-weight:bold;}
.orangetitle{color:#ef7f0b; font-weight:bold;}
.underline{text-decoration:underline;}
.italic{font-style:italic;}

ul{border:0; margin:0; padding:0; list-style-type: none;}


a{text-decoration: underline;}

a img{border:none;}

#container_top{
	width: 930px;
	height:23px;
	margin: 0 auto;
	background: white url("../img/bg_container_top.gif") no-repeat;
}

#container{
	width: 930px;
	margin: 0 auto;
	background: white url("../img/bg_container.gif") repeat-y;
}

#container_bottom{
	width: 930px;
	height:6px;
	margin: 0 auto;
	background: white url("../img/bg_container_bottom.gif") no-repeat;
	margin-bottom: 50px;
}

span.titolo{
	color: #78797b;
}


label{font-size: 1.1em;}

label{
	width:90%;
}
textarea,
input{width:85%;}