.qbnotice,.qberror
{
  border:1px solid #000;
  background:#eee;
  margin:2em;
  padding:0;
  padding-bottom:2em;
  text-align:center
}

.qhnotice,.qherror
{
  margin:0px;
  margin-bottom:1em;
  padding:0.25em;
  color:#fff;
  border-bottom:1px solid #000;
  font-weight:bold;
  letter-spacing:0.5em;
  font-size:150%;
}

.qhnotice a, .qherror a
{
	color:#fff	
}

.qhnotice
{
	background:#00f;	
}

.qherror
{
	background:#f00;	
}


