/* This is so advanced, we even have a stylesheet for the install! */

#installcontainer{
  width:800px;
  margin:0 auto;
}

h1{
  font-family:Helvetica;
  font-size:14pt;
  color:#555;
}

.error{
  background-color:#fcc;
  border:1px solid #c00;
  padding:5px;
  font-family:Helvetica;
  font-size:10pt;
}

.success{
  background-color:#cfc;
  border:1px solid #0c0;
  padding:5px;
  font-family:Helvetica;
  font-size:10pt;
}

p{
  font-family:Helvetica;
  font-size:10pt;
  color:#555;
}