.woahbar
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 19px;
  z-index: 100;
  padding: 5px 0 5px 0;
  text-align: center;
  font-size: 110%;
  color: #333;
  background-color: #ddd;  /* << set custom bar color here */
  box-shadow: 0px 0px 5px #888888;
  -moz-box-shadow:0px 0px 5px #888888;
  -webkit-box-shadow:0px 0px 5px #888888;
  border-bottom: 1px solid #fff;
  font-family: 'Trebuchet MS',Georgia,Times New Roman,Times,serif;
}
.woahbar a{}

.woahbar-stub
{
  position: fixed;
  top: -10px;
  left: 0px;
  width: 100%;
  height:25px;
  z-index: 200;
  padding: 7px 0 5px 0;
  text-align: center;
}
 
.woahbar span
{
  float: left;
  width: 95%;
  text-align: center;
  padding-top: 2px;
}
 
.woahbar-link {text-decoration:underline;}

.woahbar-down-arrow:hover {
  background: url(../../images/trans10.png);
}
 
.woahbar-up-arrow:hover {
  background: url(woahbar-up-arrow-hover.png);
}
 
.woahbar-link:hover
{

}
 
.close-notify
{
  float: right;
  margin-right: 22px;
  color: #fff;
  width: 17px;
  height: 19px;
  text-decoration: none;
  background-color: #ddd; /* << set custom bar color here */
  cursor:pointer;
}
 
.show-notify
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  float: right;
  margin-right:12px;
  color: #fff;
  width:27px;
  height:25px;
  text-decoration: none;
  background-color: #ddd; /* << set custom bar color here */
  cursor:pointer;padding:0 0;
}