body{
	margin: 0px;
	padding: 0px;
	color: #303030;
	background: #fafafa;
	font: 76% Verdana,Tahoma,sans-serif;
}

a{
	color: #80442A;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #505050;
	text-decoration: underline;
}

#sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 330px;
	height: 100%;
	overflow: auto;
	text-align: right;
	border-right: #606060 solid 2px;
	background-image: url("../img/background.png");
    background-repeat: no-repeat;
	background-position: bottom;
    background-color: #e0e0e0;	
}

body > #sidebar
{position:fixed;}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 3px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #72403B;
    color: white;
}

#sidebar h1{
	margin: 20px 18px 0px 5px;
	color: #72403B;
	font-size: 1.6em;
	letter-spacing: -2px;
	text-align: right;
}

#sidebar h2{
	margin: 0px 20px 18px 5px;
	color: #808080;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align:right;
}

#sidebar h3{
	margin: 10px 20px 0px 5px;
	color: #808080;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: -1px;
	text-align:right;
}

#sidebar a{
	color: #808080;
}

#menu a {
	display: block;
	width: 310px;
	padding: 5px 18px 5px 0px;
	color: #745957;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: #e0e0e0 solid 1px;
}

#menu a:hover {
	color: #A24A4A;
	background: #f0f0f0;
	border: #606060 solid 1px;
	border-right: 0px;
}

#content{
	width: 800px;
	margin: 0px 0px 0px 360px;
	padding: 20px 0;
	background:#fafafa;
}

#content p{
	margin: 0px 0px 20px 0px;
	line-height: 1.5em;
}

#content h1{
	margin: 0px;
	color: #72403B;
	font-size: 4em;
	letter-spacing: -5px;
	text-align: center;
	padding-bottom: 40px;
}

#content h2{
	margin: 0px;
	color: #3D3D3D;
	font-size: 1.2em;
	padding: 20px 0px 5px 0px;
}

#form-ins{
    max-width: 500px;
    padding: 20px 12px 10px 20px;
}
#form-ins label{
    display: block;
    margin: 0px 0px 15px 0px;
}
#form-ins label > span{
    width: 180px;
    font-weight: bold;
    float: left;
    padding-top: 4px;
    padding-right: 5px;
}
#form-ins span.richiesto{
    color:#ff0000;
}
#form-ins #cap-field{
    width: 40px;
}
#form-ins #imp-fr{
    width: 40px;
}
#form-ins #imp-ct{
    width: 20px;
}
#form-ins input.input-field{
    width: 48%;
}
#form-ins input.input-field,
#form-ins #cap-field,
#form-ins #imp-fr,
#form-ins #imp-ct{
	font-size:11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 3px;
    outline: none;
}
#form-ins input.input-field:focus,
#form-ins #cap-field:focus{
    border: 1px solid #A41D03;
}
#form-ins input[type=submit]{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #A41D03;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#form-ins input[type=reset]{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #4370CA;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#form-ins input[type=submit]:hover,
#form-ins input[type=reset]:hover {
    background: #EA7B00;
    color: #fff;
}