/**
 * equalizer-ie.css
 *
 * An companion equalizing stylsheet to equalizer.css designed for the sole
 * purpose of resetting the rendering behaviors of IE browsers which without
 * the employ of any CSS hacks. This stylesheet must be loaded after
 * equalizer.css but before all others.
 *
 * To load this stylesheet for IE browsers only please use the following
 * syntax:
 *
 * <!--[if lt IE 8]>
 *     <link rel="stylesheet" type="text/css" media="all" href="css/equalizer-ie.css"/>
 * <![endif]-->
 *
 * @author Toby Miller <tmiller@tobymiller.com>
 * @copyright Copyright (C) 2008, Toby Miller
 * @license http://www.opensource.org/licenses/mit-license.php The MIT License
 * @version 0.2
 */

BODY {
	font-size:small;
	font:x-small;
}
PRE, CODE, KBD, SAMP, TT {
	font-size:108%;
}
INPUT, TEXTAREA, SELECT {
	font-size:100%;
}

