@charset "utf-8";
/* CSS Document */




/*=================== IE - 6 ============================*/
*html *{}
/*this one is for input type submit for using in form*/
*html class or id name{
	bg:expression(
		this.onmouseover=new Function ("this.style.backgroundPosition='left bottom';"),
		this.onmouseout=new Function  ("this.style.backgroundPosition='left top';")
	);
}