div.error
{ 
  border: 3px solid;
  color: #ff0000;
  margin-top: 20px;
  margin-bottom: 20px;
  }

div.acknowledgement
{ 
  border: 3px solid;
  color: #006600;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
  }

div.acknowledgement li 
{ 

  color: #000000;
  list-style: circle;

}

span
{ 
  display: block;
  width: 100%;
  padding: 5px;
  }

form label
{ 
  display: block;
  width: 30%;
  float: left;
  }

form input
{ 
  display: block;
  width: 69%;
  float: left;
  }

form input.button
{ 
  display: block;
  width: 15%;
  float: right;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: 600; 
  font-size: 12px; 
  color: #09589D; 
  font-family: verdana, arial, helvetica, sans-serif; 
  text-decoration: none;
  border: 1px solid;
  background-color: #DDDDDD;
  cursor: pointer;
  }

form input.button:hover
{ 
  color: #990000; 
  background-color: #FFFFFF
  }

form a.button
{ 
  display: block;
  padding: 1px;
  border: 1px solid;
  text-align: center;
  width: 15%;
  float: right;
  margin-top: 10px;
  margin-left: 20px;
  color: #09589D; 
 }

form a.button:hover
{ 
  color: #990000; 
  background-color: #FFFFFF
  }

form textarea
{ 
  display: block;
  width: 69%;
  float: left;
  }

div.error p.error
{ 
  font-weight: bold;
  color: #ff0000;
  }