#topbarmsg-wrapper {
  display: block; 
  position: fixed;
  width: 100%; 
  top: 0px; 
  left: 0px; 
  z-index: 5000; 
  height: 33px;
}
#topbarmsg-container {
  height: 33px; 
  border-bottom-width: 3px; 
  color: rgb(255, 255, 255); 
  line-height: 30px; 
  top: 0px;
  border-bottom-color: #FFFFFF;
}
#topbarmsg-container a {
  color: #F3FA25;
  font-family: Georgia,serif;
  text-decoration:underline;
}
#topbarmsg-container a:hover {
  text-decoration:none;
}
#topbarmsg-shadow {
  background: url("images/toolbar.gif") repeat scroll 0 0 transparent;
  height: 4px;
  left: 0; 
  line-height: 4px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
#topbarmsg-open {
  display:none;
  border-radius: 0px 0px 4px 4px; 
  float:right;
  color:#ffffff;
  padding:2px;
  text-decoration:none;
  position: fixed; 
  top: 0px;
  z-index: 5000; 
  right:5px;
  border-bottom:2px solid #aaaaaa; 
  border-left:2px solid #aaaaaa; 
  border-right:2px solid #aaaaaa; 
}
#topbarmsg-close {
  float:right;
  color:#ffffff;
  background-color: #aaaaaa; 
  text-decoration:none;
  padding:0px 2px;
  border-radius: 4px 4px 0px 0px;
  margin-top:-30px;
  border-top:2px solid #ffffff; 
  border-left:2px solid #ffffff; 
  border-right:2px solid #ffffff;
  margin-right:5px;
}
#topbarmsg-container a#topbarmsg-close  {
  color:#ffffff;	
}
#topbarmsg-logo {
  margin-left:10px;
}
#topbarmsg-content {
  margin:auto;
  width:80%;
  text-align:center;
}
