.bottom { bottom: 0; }

.slide-button { }

.slide-button:hover {
	-moz-opacity: 0.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	opacity: 0.95;
	-khtml-opacity: 0.95;
}

.slide-content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color: #000;
	height: 0;
	width: 1016px;
	color: #fff;
	/*font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;*/
	-moz-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	-khtml-opacity: 0.8;
}

.slide-content #submitbutton{ margin-left: 120px; margin-top: 5px; width: 90px; }

.slide-content .boxleft {
	margin: 10px;
	padding: 10px;
	width: 390px;
}

.slide-content .boxright {
	margin: 10px 0 10px 10px;
	padding: 10px 0 10px 10px;
	width: 560px;
	border-left:solid 1px #fff;
}

.slide-content .boxes{ width: 1em; }

.slide-content a{
	color: #e6e7e9;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px #e6e7e9;
}

.slide-content a:hover{ border-bottom: solid 1px #e6e7e9; }

.slide-content br{ clear: left; }

.slide-content h1 { 
	color: #e6e7e9; 
	font-size: 1.2em; 
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

.slide-content input, textarea{ width: 180px; margin-bottom: 5px; }

.slide-content label{
	float: left;
	width: 120px;
	font-weight: bold;
	font-size: 1em;
}

.slide-content p, .slide-content form input { font-size: 1em; }

.slide-content textarea{ width: 250px; height: 150px; }

.slide-panel { z-index: 25; width: 5px; position: absolute; }

.top {
	top: 125px;
}

#close-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 150px;
	z-index: 20;
	cursor: pointer;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	background-color: #4D4948;
	font-size: 1em;
}#commentForm form {
	width: 100%;
}
#commentForm div.contactError {
	background: #D71920;
	color: #fff;
	padding: 2px;
	margin: 2px 0 0 10px;
	display: inline;
}
#commentForm input[type="text"] {
	float: left;
	width: 215px;
}

