/**
 * Style sheet for IE.
 * 
 * Helping conditional html tag, there is a lot of usefull classes
 * to target IE version:
 * ie, ie_lt7, ie7, ie_gt7, ie_lt8, ie8, ie_gt8, ie_lt9, ie9, ie_gt9
 *
 * @package    vanilla
 * @subpackage css
 * @author     Loops <evrard at h2a dot lu>
 * @version    SVN: $Id: ie_lt9.css 37 2017-04-20 13:17:25Z loops $
 */

article, aside, audio, canvas, datagrid, datalist, details, dialog, figure, figcaption, footer, header, main, menu, nav, section, video { display: block; }
abbr, eventsource, mark, meter, time, progress, output, bb { display: inline; }

/** here should comes @font-face declarations for IE8 **/


/*** forms.css ***/

input[type="checkbox"], input[type="radio"] { filter: alpha(opacity=0); }
input[type="checkbox"] + label:before, input[type="radio"] + label:before,
input[type="checkbox"] + label:after, input[type="radio"] + label:after { background-image: url(images/checkbox.png); }