.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: #FFF;
	border-bottom: 2px solid #000;
	height: 0;
	width: 100%;
	color: #000;
}

.slide-button {
	float:right;
	margin-right:20px;
	position: relative;
	width: 175px;
	z-index: 20;
	cursor: pointer;
	height: 29px;
	padding-top: 5px;
	text-align: center;
	background-image:url(../images/mailing.png);
	background-repeat:none;
}

.slide-button:hover {
	color: #9f9d8e;
}