#demo { 
  margin:0; 
  background: url(../images/demo-bg.png);
  padding: 2px 10px 2px 10px;  
  line-height:1em; 
  text-align:center; 
}

#demo .notice { 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background-color: white; 
  color: black;
  width: 680px;  
  margin: 0 auto;
  padding: 1px 1px 1px 10px;
  background: #F1F1F1 url(../images/demo.png) no-repeat 5px;
  -moz-border-radius: 5px;
}

