html,body	{
	margin:				5px;
	padding:			0;
	background-color:	#65E4FE;
}

html,body,td,input	{
	font-family:		Verdana,Arial,Helvetica,sans;
	color:				black;
	font-size:			11px;
	font-weight:		bold;
}
td.leftfield		{
	width:				600px;
}

td.rightfield	{
	width:				400px;
	padding-bottom:		2px;
}

td.both	{
	padding-bottom:		2px;
}

input	{
	border:				1px solid black;
	background-color:	#F3F3F3;
}

input.long	{
	width:				300px;
}

input.small	{
	width:				20px;
	text-align:			center;
}

input.submit	{
	width:				60px;
	background-color:	black;
	color:				white;
	text-align:			center;
}
