body {
	font-family: "Open Sans";
	font-size: 13px;
	color: #333;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.bg {
	height: 230px;
	width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1000;
}
h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 35px;
	font-weight: 300;
}
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
}
.dx {
	float: right;
	overflow: hidden;
	width: 570px;
}
.sx {
	width: 280px;
	min-height: 800px;
}
.sx .logo{
	height: 200px;
	background-color: #EEE;
}
.sx .descrizione {
	font-size: 13px;
	background-color: #EEE;
	padding: 20px;
	font-family: "Roboto Condensed";
	line-height: 18px;
}
.sx .descrizione h1 {
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
	font-family: "Open Sans";
	line-height: 15px;

}
.sx .descrizione a {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #65BFA5;
	margin-top: 40px;
	background-image: url(download.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.foot {
	color: #FFF;
	padding-top: 10px;
	clear: both;
	font-family: "Roboto Condensed";
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	margin-top: 20px;
}
.foot div {
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.box {
	padding: 24px;
	margin-bottom: 20px;
	background-color: #FFF;
}
.box .data {
	font-size: 14px;
	letter-spacing: 1px;
}
.box .data span.time {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 30px;
	color: #FFF;
}
.box .data span.limite {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFF;
	margin-left: 10px;
	background-color: #F00;
}
.box .quando {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEE;
	border-bottom-color: #EEE;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.box .quando b {
	margin-right: 8px;
}
.box .quando div {
	float: right;
	width: 270px;
}
.box .titolo {
	font-family: "Roboto Condensed";
	font-size: 26px;
	text-transform: uppercase;
	line-height: 23px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.box .sottotitolo {
	color: #444;
	margin-bottom: 15px;
	font-style: italic;
}
.box .testo {
	color: #666;
	font-size: 12px;
}
.box .opzioni {
	text-align: right;
	text-transform: uppercase;
	color: #F00;
}
.box .opzioni a {
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #999;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	text-transform: none;
}
table.reg {
	margin-top: 20px;
}
table.reg td {
	padding-right: 15px;
	padding-bottom: 6px;
}
table.reg td .campo {
	width: 300px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.down {
	margin-top: 230px;
}
