table.form
{
}

table.form tr
{
}

table.form th
{
	text-align:					right;
}

table.form td
{
	padding:					2px;
}

input
{
	font-family:				Verdana;
	font-size:					11px;
	font-weight:				bold;
	background-color:			#EEEEFF;
	color:						#000000;
	border-left:				2px solid #444444;
	border-top:					2px solid #444444;
	border-right:				1px solid #CCCCCC;
	border-bottom:				1px solid #CCCCCC;
	padding:					1px;
}

input.button
{
	background-color:			#EEEEFF;
	color:						#000000;
	border-left:				1px solid #CCCCCC;
	border-top:					1px solid #CCCCCC;
	border-right:				2px solid #444444;
	border-bottom:				2px solid #444444;
}

form.sidebar
{
	margin-top:					2px;
	margin-bottom:				2px;
	margin-left:				0px;
	margin-right:				0px;
}

input.sidebar
{
	font-family:				Verdana;
	font-size:					10px;
	font-weight:				bold;
	background-color:			#EEEEFF;
	border-left:				2px solid #444444;
	border-top:					2px solid #444444;
	border-right:				1px solid #CCCCCC;
	border-bottom:				1px solid #CCCCCC;
	padding:					1px;
}

select
{
	font-family:				Verdana;
	font-size:					11px;
	font-weight:				bold;
	background-color:			#EEEEFF;
	color:						#000000;
	border-left:				2px solid #444444;
	border-top:					2px solid #444444;
	border-right:				1px solid #CCCCCC;
	border-bottom:				1px solid #CCCCCC;
}

textarea.notes
{
	font-family:				Verdana;
	font-size:					11px;
	background-color:			#EEEEFF;
}