.woahbar
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 25px;
  z-index: 100;
  padding: 9px 0 5px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #EB593C;  /* 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: 3px solid #fff;
  font-family: Verdana, Arial, sans-serif;
}
 
.woahbar-stub
{
  position: fixed;
  top: -10px;
  left: 0px;
  width: 100%;
  height: 19px;
  z-index: 200;
  padding: 7px 0 5px 0;
  text-align: center;
}
 
.woahbar span
{
  float: left;
  width: 95%;
  text-align: center;
  padding-top: 1px;
}
 
.woahbar-link
{
  background: #DBDBDB;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  padding: 3px 8px 3px 8px;
  text-decoration: none;
}
 
.woahbar-down-arrow:hover {
  background-color: #ff7f62; /* set custom hover bar color here */
}
 
.woahbar-up-arrow:hover {
  background: url(woahbar-up-arrow-hover.png);
}
 
.woahbar-link:hover
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #CBCBCB; /* Old browsers */
  color: #000;
  padding: 3px 8px 3px 8px;
  text-decoration: none;
}
 
.close-notify
{
  float: right;
  margin-right: 22px;
  color: #fff;
  width: 17px;
  height: 19px;
  text-decoration: none;
  background-color: #EB593C; /* 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: 10px;
  color: #fff;
  width: 35px;
  height: 33px;
  text-decoration: none;
  background-color: #EB593C; /* set custom bar color here */
  cursor:pointer;
}