body {
background: #727272 url(#) no-repeat;
}

#text, #text table {
padding: 20px;
color: #ffffff;
z-index: 1;
 font: 11px/1.3em Arial, Tahoma, sans-serif;
 text-align: left;
}

 .demoTable {
    background-color: #efefef;
    width: 400px;
  }
  .error {
    border: 1px solid red;
    background-color: #ffffee;
    color: #660000;
    width: 170px;
    padding: 5px;
    font-size: 9px;
  }
  .error li {
  font-size: 9px;
  }
  
  .error ul {
  padding-left: 5px;
  }
  
  .notify {
    border: 1px solid #336699;
    background-color: #ffffee;
    color: #336699;
    width: 450px;
    padding: 5px;
  }
  
    .success {
   	position: absolute;
	top: 220px;
	left: 450px;
	width: 170px; 
	border: 1px solid #000000;
    background-color: #cc3300;
    color: #ffffff;
    padding: 5px;
  	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	font-size: 10px;
	z-index: 0;
  }