﻿.slide-panel {
	position: absolute;
	z-index: 105;
	width:940px;
	}

.bottom {
	bottom: 0;
}

.top {
	top: 10px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 110;
	overflow: hidden;
	text-align: left;
	background-color:;
        display: none;
	width: 98%;
	color: #fff;
}

.slide-button {
	margin-top: 10px;
	position: relative;
	width: 80px;
	z-index: 20;
	cursor: pointer;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	font-size:14px;
	
}

.slide-button:hover {
	color: #565656;
}

#open-button {
        color:#830404;
  
}

#open-button:hover {
        opacity:1.0;
        filter:alpha(opacity=100);
	color: red;
}
#close-button {
color:#565656;
font-size:13.5px;
margin-top:-965px;
margin-left:20px;}

#close-button:hover {
        	color: red;
}
