/*
** LiveValidation 1.3 (standalone version)
** Copyright (c) 2007-2008 Alec Hill (www.livevalidation.com)
** LiveValidation is licensed under the terms of the MIT License
*/


/* Validation messages
----------------------- */
.LV_validation_message {
  font-size:10px;
  font-weight:bold;
  margin:0 0 0 5px;
  text-transform:uppercase;
}

.LV_valid {
  color:#00cc00;
}

.LV_invalid {
  color:#ff8800;
}