/* 
IE BROWER TARGETING EXAMPLLES 
body {  
 color: red; // all browsers, of course 
 color : blue\9; // IE8 and below
 *color : yellow; // IE7 and below 
 _color : orange; // IE6 
}  
*/

/* IE 8 and below */
#sidebar .cta {border:1px solid #ddd\9;}
/* IE 7 */
.home #splash .header-text h1 {*line-height:0.8em; *margin-bottom:0px;}
#cformsform {*width:550px;}
#cformsform label span, #cformsform label {*width:80px;}
/* IE 6 */