/* @override 
	http://samuelgarneau.com/slidebox.css
	http://samuelgarneau.com/lab/validator/slidebox.css
	http://samuelgarneau.com/lab/slidebox.css
*/

body {
	margin: 0;
	padding: 25px 0 0;
}

.slide-panel {
	position: absolute;
	z-index: 25;
}

.bottom {
	bottom: 0;
}
.font {
font-size:12px;
text-decoration:underline;
}
.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background:#ffffff url(../images/sfondo-box.jpg);
	background-repeat: repeat-x;
	height: 0;
	width: 100%;
	color: #000000;
}

.slide-button {
float:right;
	width: 150px;
	z-index: 20;
	cursor: pointer;
	height: 10px;
	padding-top: 5px;
	padding-right:5px;
	text-align: right;
}

.slide-button:hover {
	color: #000080;
}
