.slide-panel {
	
	width: 5px;
	position: absolute;
	z-index:1000;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;

	
	
}

.bottom {
	bottom: 0;
}

.right {
}

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

.top {
	top: 0px;
}

.content  {
	z-index: 10;
	overflow: hidden;
	text-align: left;
	height: 0;
	width:400px;
	color:#FFF;
	font-size:12px;
	text-indent:20px;
	background-color:#A5BAC3;
	font-family:Arial, Helvetica, sans-serif;	
		


	}

.slide-button {
	color:#198290;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 400px;
	z-index: 20;
	cursor:pointer;
	
	padding-top: 5px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	
	

}

.slide-button:hover {
	color:black;
	

}
#openbutton
	{
	width: 400px;
	height: 25px;
	background-color:white;
		margin: auto;
		 -moz-border-radius: 00px 00px 10px 10px;
       border-radius: 00px 00px 10px 10px;
	

	
	}
#close-button
	{
		width:400px;
		height: 25px;
		background-color:white;
		margin: auto;
		 -moz-border-radius: 00px 00px 10px 10px;
       border-radius: 00px 00px 10px 10px;
		
	
	}
