/************************************************************************
* browser specific styles
************************************************************************/
/* IE dotted outline removal */
* html a
{
	behavior: url(/scripts/onclickbehavior.htc);
}
/* Mozilla dotted outline removal */
:focus
{
	-moz-outline-style:none;
}

/* IE6 png behavior */
* html img.png, * html a img.png, * html .png img, * html input.png
{
	behavior:url(/scripts/pngbehavior.htc);
}