.gradient{background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#ccc));background-image:-webkit-linear-gradient(top,#eee,#ccc);background-image:-moz-linear-gradient(top,#eee,#ccc);background-image:-o-linear-gradient(top,#eee,#ccc);background-image:linear-gradient(to bottom,#eee,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr='#EEEEEE',EndColorStr='#CCCCCC')}