/* CSS Document */

.howdydo-style {
	background: #000;
	
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
	color: #fff;
	text-align: center;

	font-size:1em !important
}

.howdydo-style a{color:#fff;text-decoration:underline;}
.howdydo-style a:hover{text-decoration:none}
.howdydo-style a.button{text-decoration:none !important}
.howdydo-style span{font-weight:bold !important}

#howdydo-wrapper {
	overflow: visible;
	padding: 0;
	width: 100%;
	z-index: 9999;
	float:left;
	 position: fixed;
  bottom: 0px;
  margin-right: auto;
  margin-left: auto;
}
.howdydo-box {
	display: none;
	padding: 10px 0;
	width: 100%;
}
#howdydo-close {
	position: absolute;
/*	float: right; 
	margin: 0 30px 0 0; */
	bottom: 10px;
	right: 30px;
}
#howdydo-open 
{
    display:none ;
	padding: 10px;
	position: absolute;
	right: -9999px;
	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;}