@import url("styles.css");



label.error {
  /* remove the next line when you have trouble in IE6 with labels in list */
  display: none;
  color: #CC6600;
}

div.error { 
  display: none;
}

input, textarea {
  border: 1px solid black;
}

textarea:focus, input:focus { 
  border: 1px dotted #CC6600;
}

textarea.error, input.error { 
  border: 1px dotted #CC6600;
}

