@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version       $Id: screen.forms.css 886 2011-02-06 04:10:13Z hieblmedia $
 *
 * @author        Reinhard Hiebl
 * @copyright     Copyright (C) 2006-2011, Reinhard Hiebl, HieblMedia
 * @license       Creative Commons Attribution 3.0 Unported License
 *                  > http://www.jyaml.de/en/license-conditions.html
 * @link          http://www.jyaml.de
 * @package       JYAML
 * @subpackage    JYAML.Stylesheet
 *
 */

@import url(../../../libraries/jyaml/yaml/screen/forms.css);

@media all
{
  /* default joomla form validator highlight */
  form.form-validate label.invalid { color: #800 !important; font-weight: bold; }
  form.form-validate input.invalid,
  form.form-validate textarea.invalid,
  form.form-validate select.invalid { border-color: #800 !important; }

  /* equivalent styling for <sup> */
  .yform label span.star { color:#800; font-weight:bold; }



  /* your adjustments of yaml form stylesheet */
  /* ... */


}