body {
	margin: 0 0 0 0;
	padding: 0; 
	font-size: 8pt; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	background-color: #343332;
	}
.picture {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	left: 100px;
	top: auto;
	bottom: auto;
	}
.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: white;
	}
.box {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	background-color: #f0dc9d;
	border: 1px solid;
	}
.button {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	font-weight: bold;
	color: white;
	background-color: #be3f38;
	border: 2px solid white;
	}
.buttonscontainer
{
	width: 200px;
}
.buttons a
{
	color: #fcfcfc;
	border: 1px solid;
	background-color: #757575;
	padding: 3px;
	padding-right: 12px;
	font: 12px Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-color: #6e6e6e;
	display: block;
	margin: 3px;
	width: 100%;
	text-align: right;
}
.buttons a:hover
{
	border: 1px solid;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #e4e0e4;
	border-color: #000000;
	text-decoration: none;
	color: black;
}

/* DHTML thumbnail preview */

#dhtmltooltip {
position: absolute;
left: 100px;
padding: 0px;
background-color: #FFFFFF;
visibility: hidden;
z-index: 100;
}
#dhtmlpointer {
position: absolute;
left: -120px;
z-index: 120;
visibility: hidden;
}

fieldset {
  padding: 5;
  margin: 2;
  height: 60px;
  width: 160px;
  border: 1px solid white;
  font-weight: bold;
}

legend {
  color: white;
  font-weight: normal;
}

