table
{
	border: 3px solid #ff9900;

}
table.list
{
	border: 0px;
}

table.glove
{
	border: 3px solid #ff9900;
	margin-left: 15px;
}

tr
{
	height: 30px;
}

tr.user
{
	height: 40px;
}

th
{
	background-color: #F29417;
	font-size: 10pt;
	color: black;
}

th.user
{
	background-color: #F29417;
	font-size: 10pt;
	color: black;
	width: 150px;
}

td
{
	background-color: #FFFFCC;
}

td.list
{
	background-color: #FFFFFF;
}

.area
{
	height: 100px;
}

.button
{
	position: relative;
	top: 50px;
}
