/*styles for the error message box*/

#errorBox fieldset
{
  margin:0px auto 0px auto; /*make the feildset sit in the middle of the table*/
  width: 500px;  /*make it smaller so it isnt too near the edges*/
  text-align: center;  /*align the input boxes in the fieldset*/
  color:red; /*colour the text red */
}

