@charset "utf-8";
/* CSS Document */
.howdydo-style {
	background: #ffffff;
	border-bottom: 1px solid #333;
	color: #333333;
	text-align: center;
}
#howdydo-wrapper {
	overflow: visible;
	padding: 0;
	width: 100%;
}
.howdydo-box {
	display: none;
	padding: 10px 0;
	width: 100%;
	z-index: 9999;
}
#howdydo-close a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
#howdydo-open a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.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; }