form input[type=text]
{
	display		:	block;
	width		:	100%;
}

form td.red,
form td.green,
form td.gray
{
	background-repeat	:	no-repeat;
	background-position	:	center center;
}

form td.red
{
	background-image	:	url('../img/red.gif');
	width:	32px;
}

form td.green
{
	background-image	:	url('../img/green.gif');
	width:	32px;
}

form td.gray
{
	background-image	:	url('../img/gray.gif');
	width:	32px;
}
