body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: white url(ps_neutral.png);
	margin: 10px;
}

body a{
	color: black;
	text-decoration: none;
}

#page {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

p {
	text-align: justify;
	color: #000;
	font-size: 0.70em;
	line-height: 1.25em;
}

li {
	text-decoration: none;
	list-style-type: none;
	display: block;
	color: #fff;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

fieldset {
	padding: 0.2em 0.5em;
}

fieldset input p{
	vertical-align: middle;
}

legend {
	font-weight: bold;
	font-size: small;
}

label {
	font-size: 12px;
}

a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 130px;
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	z-index: 24;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #6c6c6c;
}

a.ovalbutton {
	background: transparent url('boutons/oval-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 14px Tahoma;
	line-height: 16px;
	height: 24px;
	padding-left: 11px;
	text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
	color: #494949;
}

a.ovalbutton span {
	background: transparent url('boutons/oval-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0;
}

a.ovalbutton:hover {
	background-position: bottom left;
}

a.ovalbutton:hover span {
	background-position: bottom right;
	color: black;
}

.buttonwrapper {
	overflow: hidden;
	width: 100%;
}

#histogram, #myImg {
	border: 1px solid #000;
	cursor: pointer;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#myImg.thumb {
	max-width: 400px;
	max-height: 400px;
}

#histogram.thumb {
	max-width: 400px;
	max-height: 400px;
}

#vhist {
	width: 180px;
}

#runtime {
	font-size: x-small;
}