/**
 * @author Daniel
 */
if ($.browser.msie) {
	$(".firstclassbullet a").textShadow();
	$("#cssdropdown li.headlink a").textShadow();
	$(".timer").textShadow();
	$('#login').corner({
	  tl: { radius: 6 },
	  tr: { radius: 6 },
  });

}