body {
	margin: 0;
	padding: 75px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

.bottom {
	bottom: 0;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #666;
	height: 0;
	width: 100%;
	color: #FFF;
}

.slide-button {
	color:#FFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 150px;
	z-index: 20;
	cursor: pointer;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	background-image: url(../content/images/handle5.gif);
	background-repeat: no-repeat;
}

.slide-button:hover {
	color: #D6EA6C;
}
#openbutton
	{
	width: 370px;
	height: 25px;
	margin: auto;	
	}
#close-button
	{
	width:370px;
	height: 25px;
	margin: auto;
	}
