/*
 * Author:            yapko
 * Description:       Hides Contact Name Mouseovers Gmail version 3
 * Based On:          http://www.globexdesigns.com/gmail/
*/

/* release: 05.03.2009 */

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {

/* HIDE CONTACT NAME MOUSEOVERS */
.FVNmUc, .tq { display: none !important; }

}