#registration {
  
}

#registration p {
  text-align: justify;
}

#registration p.error {
   color: #FF0000;
   font-weight: bolder;
}


#registration a:link	{ color: #0000FF; background: transparent; text-decoration: underline;}

#registration a:visited	{ color: #0000FF; background: transparent; text-decoration: underline;}

#registration a:hover	{ color: #0000FF; background: transparent; text-decoration: none;}

#registration a:active	{ color: #0000FF; background: transparent; text-decoration: underline;}

#registration h2 {
   color: #000000;
   background-color: #4682B4;
   letter-spacing: 2px;
   padding: 2px;
}

#registration hr {
   color: Black;
   background-color: Black;
   height: 1px;
   border: none;
}

#registration fieldset {
 margin: 10px;
 padding: 5px;
 border: 1px solid Silver;
 background: transparent;
}

#registration legend {
 font-weight: bold;
 margin-left: 5px;
}

img.required {
 width: 15px;
 height: 15px; 
}