@namespace url(http://www.w3.org/1999/xhtml);


/* Thanks to Assaf for this fix, html at the front of the selector. */

html a[onclick]:hover, html a[onmousedown]:hover, html a[onmouseup]:hover, html a[href^="javascript:"]:hover {
    outline: 1px dashed !important;
}

html input:hover, html textarea:hover, html a:hover, html button:hover {
    outline: 1px dotted !important;
}

html input:focus, html textarea:focus, html a:focus, html button:focus {
    outline: 1px dashed !important;
}