html
{
	background-color: black;
}
body
{
	font-family: sans-serif;
	text-align:left;
}
legend
{
	text-align: left;	
}
#treasureResults
{
	font-size: small;
	border:1px solid blue;
	padding:0px;
	background-color: white;
	margin-top:10px;
}

#items
{
	height:225px;
	overflow:auto;
	padding:5px;
}
#totalValue
{
	background-color: #9999ff;
	padding:5px;
}

.control, .control select, .control input
{
	font-size:small;
}

fieldset
{
	background-color: white;
}

