/*
 * IBGG IconBuffet "Spam Be Gone"
 *
 * Author      : NeonBlue (aka FallenAngel) 
 * Created     : July 17th, 2007
 * Version     : 1.0
 * Website     : http://ibgeekgirls.blogspot.com
 * Description : (includes all subdomains) hides deliveries list.
 *             : Just temporarily disable the style and reload page to accept or 
 *             : decline deliveries
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.iconbuffet), url-prefix(http://www.iconbuffet)
{

#messages { display: none; }

}