﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
#container {
	width: 900px;
	margin:auto;
	padding:0px;
}
#side {
	width:150px;

	float:left;

}
#riepilogo {
	
	margin-left:150px;
}

#main {	
	width:750px;
	height: 100%;
	float:left;
	position:relative;
}
#registrato {
	position:absolute;
	width: 200px;
	right:0px;
	padding:10px 10px 3px 10px;
	border:1px black solid;
}
#registrato .codice {
	width:75px;
}
#registrato input {
	width:124px;
}
#registrato2 {
	width:inherit;
/*	float:left;
	position:relative;*/
border-bottom:1px black solid;
}
#registrato2 table {
	margin-left:142px;
	
}
#title {
	width:748px;
	background-image:url('../images/title.png');
	height:66px;
	position:relative;
	margin-bottom: 10px;
	color:#5A5E7C;
}

 h1 {
	font-size:18px;
	font-weight:normal;
	padding-left:22px;
	line-height:47px;
}
#content {
	width:750px;
	text-align:center;
}
img#top {
	margin-bottom: 0;
	width:100%;
}
table {
	margin:10px 0px 0px 80px;
}
th {
	text-align:right;

}
#riepilogo th {
	text-align:left;
}

td {
	text-align:left;
        min-width: 150px;
}

td.errore {
	width:250px;
}

td.button {
	text-align:center;
	
}
td.endt {
	width:400px;
}
a,a:visited {	
	text-decoration:none;
	color:#009DE2;
}

a:hover, a:active {
	text-decoration:underline;
}
a img {
    border: none;
}
#content .cent {
	text-align:center;
}
#privacy{
	font-size:11px;
	height:80px;
	overflow:auto;
	text-align:left;
	background-color: #C8D7E9;
	padding: 2px;
}

#disclaimer{
	margin:1px;;
	font-size:11px;
	text-align:left;
	padding: 2px;
        clear: both;
}
td.errore{
color:#F00;	
}

div#options {
	margin: 0 auto;
        width: 500px;

}

div#options h1 {
	text-align: left;
        padding-left: 0;

}
ul.options {
	text-align:left;
        font-size: 16px;
	padding: 2px;
        list-style: none;
	
}
ul.options li a {
	display: block;
        font-weight: bold;
        padding: 32px 0 0 100px;
        height: 100px;    


}

a.donazione {
	background: transparent url(../images/monete.png) no-repeat;

}

a.adesione {
	background: transparent url(../images/mani.jpg) no-repeat;

}
ul.options img {
    border: 0;
}

div#menu  {
    font-size: 12px;
    padding: 4px;
}

div#menu a {
    font-size: 14px;
    font-weight: bold;

}

div.fields {
    width: 648px;
    margin: 0 auto;
    padding: 10px;
    text-align: left;

}

label { font-weight: bold; }
.errore { font-weight: bold; color: #f01; }

.column-container { overflow: hidden; }
.column-container:after /* Easy cleaning for FF */{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.column {
	 float:left;
	 margin-bottom:-32767px !important;
	 padding-bottom:32767px !important;
}



.label-wrap {
    width: 240px;
    text-align: right;
    padding: 12px 4px 12px 0px;

}

.input-wrap {
    width: 400px;
}

.highlighted {
    border:  3px solid #f01;
    background-color: #FFE0E7;
}
