#demo { 
  margin:0; 
  padding: 2px 10px 2px 10px;  
  line-height:1em; 
  text-align:center; 
}

#demo .notice { 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  background-color: white; 
  color: red;
  width: 1000px;  
  margin: 0 auto;
	margin-top: 25px;
  margin-bottom: 10px;
  padding: 1px 1px 1px 1px;
  background: #fef7f7 5px;
  -moz-border-radius: 5px;
}

