/*  ------------------------------------------------------------
  Project Name:      Tactile Indicators
  Virtual Address:   http://www.tactileindicators.com.au
  Original Author:   Magnus Fedec AKA HyperPhaze
  Update + Code:     2010-11-23 @ 02:00  [ B.001 ]
------------------------------------------------------------  */

/*  -------------------------
    form
-------------------------  */
input:focus + span, select:focus + span, textarea:focus + span
{
    display: none;
}