@charset "utf-8";
/* CSS Document */
.howdydo-style {
	background: #434343 url(../images/black-stripes-bg.jpg);
	border-bottom: 2px solid #242424;
	color: #999;
	text-align: center;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	box-shadow: 0px 3px 5px #666;
	-webkit-box-shadow: 0px 3px 5px #666;
	-moz-box-shadow: 0px 3px 5px #666;
}
#howdydo-wrapper {
	overflow: visible;
	padding: 0;
	width: 100%;
	z-index: 9999;
}
.howdydo-box {
	display: none;
	padding: 10px 0;
	width: 100%;
}
#howdydo-close {
	position: absolute;
	bottom: 10px;
	right: 30px;
}
#howdydo-open {
	padding: 10px;
	position: absolute;
	right: 20px;
	top: 0;
}
.howdydo-hover { position: absolute; top: 0;  left: 0; }
.howdydo-scroll { position: fixed; top: 0;  left: 0; }
.howdydo-push {	position: relative; clear: both; float: left; margin-bottom: 1px; }