﻿
td.button
{
	behavior: url('IEFixes.htc');
	background-image:url(images/button_inactive.png);
	background-position: top left;
	background-repeat: no-repeat;
}


td.button:hover , td.button.hover

{
	background-image:url(images/button_active.png);
	
}

img
{
	border-width: 0px;
}