/** 
 * ie9.css
 * 
 * Internet Explorer specific and only styles
 * containing every hack for Internet Explorer necessary,
 * so that all other (core) files stay sweet and nimble.
 * 
 * @version				1.0 pre
 * @date					2011-11-10
 * @lastmodified	2011-11-10 10:51
 * @author		B/CKC 
 * @link			http://www.belastingdienst.nl
 *
 */

/** 
 * IE9 styles
 * 
 * @section			IE9 specific style definitions
 */

.search { width: 190px; }
#zoekBut { padding-top: 0.2em; }  

html, body, div , fieldset:focus { outline: none !important; }


