@charset "UTF-8";
/* CSS Document */

a:focus {
	outline: none;
}
#panel {
	height: 250px;
	display: none;
	background-color: #D7D7D7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(../images/slidingPanelBkgrndjpg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}
.slide {
	margin: 0;
	padding: 0;
	background-image: url(../images/contactBtn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	float: right;
}
.btn-slide {
	width: 140px;
	height: 31px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right -50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 0.9em;
	text-align: center;
}
.active {
	background-position: right 12px;
}



#panel .contactwrapper {
	text-align: center;
	margin: 0 auto;
	width: 720px;
}
