.slideout {
	display: block;
	right: -450px;
	position: fixed;
	bottom: 0;
	max-width: 400px;
	min-width: 250px;
	padding: 10px 10px 10px 10px;
	box-shadow: 0 5px 12px #666;
	border-top: 4px solid #000;
	background-color: white;
	z-index: 1000;
}

.slideout h5 {
	font-weight: normal;
	font-size: 1.1em;
	padding-bottom: 2px;
	min-width: 150px;
	margin: 0 0 3px 0;
}
.slideout .close {
	cursor: pointer;
	font-family: sans-serif;
	font-size: 1.5em;
	position: absolute;
	right: 10px;
	top: 5px;
}
.slideout a {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Helvetica;
	color: black;
	display: block;
}