
TD
{
	font-size: x-small;
	color: white;
}

BODY
{
	background-attachment: fixed;
	background-image: url(images/bg_input.jpg);
	margin-left: 0px;
	margin-right: 0px;
}
INPUT
{
	background-image: url(images/bg_input.jpg);
	cursor: hand;
	color: white;
	border-top-style: none;
	border-bottom: silver thin inset;
	border-right-style: none;
	border-left-style: none;
}


