/*
 * stylesheet for fixing screen layout when using IE 7
 * @file          ie7_patches.css
 */

@media screen, projection
{
 /* color matches search-box background */
 #searchbox input.search-button { color:#e6cdb6; font-size:0; }
 .xarrow { margin-top:0; margin-left:-6px; }
}
