#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	top: -32px;
}


.panel_button {
	
	position: relative;
	top: 0px;
	width: 225px;
	left: 5px;
	/*background: url(/images/area-riservata.gif) no-repeat;*/
	z-index: 20;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;*/
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 0px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #E1001A;
	font-size: .8em;
	position: relative;
	top: 0px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: none;
	font-weight: bold;
}
.panel_button a:hover {
	color: #cc0000;
	
	text-decoration: none;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center;
}
#toppanel {
	position: absolute;
	width: 250px;
	right: 3px;
	z-index: 25;

}
#panel {
	width: 252px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	color: #fff;
	background: #E1001A;
  	-moz-opacity: 1;
  	opacity: 1;
}
#panel a{
	color: #fff;
	font-weight: bold;
}

#panel_contents {
	background: #E1001A;
/*	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;*/
	height: 100%;
	width: 100%;
	position: absolute;
	padding-top: 20px;
	z-index: -1;
  	-moz-opacity: 1;
  	opacity: 1;
}

#content {
	width: 175px;
	position: relative;
	text-align: left;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
}
#content ul li{
	margin-bottom: 15px;
}


