/* @override 
	http://samuelgarneau.com/slidebox.css
	http://samuelgarneau.com/lab/validator/slidebox.css
	http://samuelgarneau.com/lab/slidebox.css
*/

body {
	margin: 0;
	padding: 0 0 0;
}

.slide-panel {
	position: absolute;
	z-index: 25;
}

.bottom {
	bottom: 0;
}

.top {
	top: 0;
}

.content {
	z-index: 10;
	overflow:auto;
	text-align: justify;
	background-color: #fff;
	border-bottom: #fff 1px solid;
	border-right: #fff 5px solid;
	border-left: #fff 5px solid;
	height: 0;
	width: 100%;
	color: #000;
	padding: 0 10px 0 10px;
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100px;
	z-index: 20;
	cursor: pointer;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	background-color:#000;
	color: #fff;
	border-left: 3px #fff solid;
	border-right: 3px #fff solid;
	border-bottom: 3px #fff solid;
}

.slide-button:hover {
	color: #ff0087;
}