#layer_piani {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 10000;
	background-color: rgba(50,50,50,0.33);
	overflow: auto;
}

#layer_wrapper {
	position: relative;
	margin: 0px auto;
	width: 450px;
	height: auto;
}

#layer_header {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	padding: 5px 5px;
}
#layer_header img {
	height: 20px;
	width: auto;
}

#layer_footer {
	background-color: #DFDFDF;
	padding-bottom: 30px;
}
#layer_footer p {
	margin: 0px;
	font-size: 14pt;
	color: #000;
}
#layer_footer a {
	font-size: 14pt;
	text-decoration: none;
	color: #F00;
	font-weight: bold;
}
#layer_footer .small {
	padding-top: 5px;
	font-size: 9pt;
	color: #000;
}