body, div, input, p, span
{
    margin: 0; 
    padding: 0;
}

body
{
	margin: 4px 0px 0px 0px;
	color: #000000;
	background: #ffffff;
	background-image: url(background.png);
  	font-family: Tahoma;
	overflow: hidden;
}

a.button1
{
 	font-family: Comic Sans MS, Tahoma, Verdana;
  	font-weight: bold;
  	background-image: url(button.png);
	overflow: hidden;
	display: block;
	width: 60px;
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-left: #99aa99 1px solid;
	border-top: #99aa99 1px solid;
	border-bottom: #667766 1px solid;
	border-right: #667766 1px solid;
}

a:hover.button1
{
	color: #333333;
	background-image: url(buttonHover.png);
	border-left: #99bb99 1px solid;
	border-top: #99bb99 1px solid;
	border-bottom: #668866 1px solid;
	border-right: #668866 1px solid;
}

a.button2
{
  	font-family: Comic Sans MS, Tahoma, Verdana;
  	font-weight: bold;
  	background-image: url(button.png);
	overflow: hidden;
	display: block;
	width: 60px;
	height: 42px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
	border-left: #99aa99 1px solid;
	border-top: #99aa99 1px solid;
	border-bottom: #667766 1px solid;
	border-right: #667766 1px solid;
}

a:hover.button2
{
	color: #333333;
	background-image: url(buttonHover.png);
	border-left: #99bb99 1px solid;
	border-top: #99bb99 1px solid;
	border-bottom: #668866 1px solid;
	border-right: #668866 1px solid;
}

span.meter
{
	display: block;
	background-image: url(transparent.png);
	overflow: hidden;
	font-family: Verdana;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	width: 150px;
	height: 48px;
	border-left: #dddddd 1px solid;
	border-top: #dddddd 1px solid;
	border-bottom: #aaaaaa 1px solid;
	border-right: #aaaaaa 1px solid;
}
span.meter0
{
	color: #666666;
	font-size: 38px;
}

span.meter1
{
	color: #444444;
	font-size: 38px;
}

span.meter1HighScore
{
	color: #444444;
	font-size: 34px;
}

span#SequentialRead1, span#SequentialWrite1,
span#SequentialRead2, span#SequentialWrite2,
span#RandomRead4KB1, span#RandomWrite4KB1,
span#RandomRead4KB2, span#RandomWrite4KB2, 
span#RandomRead4KB3,span#RandomWrite4KB3
{
	background-image: url(line.png);
	background-repeat: no-repeat;
	background-position-x: -150px;
	padding-left: 2px;
	padding-right: 150px;
	padding-bottom: 48px;
}

p#Read, p#Write
{
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 1.0;
}

Select#TestDrive
{
	font-family: Tahoma;
	font-size: 14px;
	width: 182px;
}

Select#TestCount
{
	font-family: Tahoma;
	font-size: 14px;
	width: 36px;
}

Select#TestSize
{
	font-family: Tahoma;
	font-size: 14px;
	width: 80px;
}

input#Comment
{
	background-color: transparent;
	background-image: url(transparent.png);
	margin-top: 4px;
	padding-top: 0px;
	padding-left: 4px;
	color: #444444;
	font-family: "CI", Tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	width: 368px;
	line-height: 28px;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
}
