body div, body img, fieldset, legend
{
	display: none;
}

#treasureResults, .control, #treasureResults div
{
	display:block !important;
}

#totalValue
{
	background-color: #eeeeee;
	padding:5px;
	border-bottom: 1px solid black
}

#items
{
	padding:5px;
}

.control, .control select, .control input
{
	font-size:small;
}

body
{
	font-family: sans-serif;
}
#treasureResults
{
	font-size: small;
	border:1px solid black;
	padding:0px;
}


