<!--

#topleft
{
	width:21px;
	height:30px;
	background:url(topleft.png) top left no-repeat;
}

#top
{
	background:url(top.png) top left repeat-x;
}

#topright
{
	width:27px;
	height:30px;
	background:url(topright.png) top right no-repeat;
}

#right
{
	width:27px;
	background:url(right.png) top right repeat-y;
}

#bottomright
{
	width:27px;
	height:21px;
	background:url(bottomright.png) top right no-repeat;
}

#bottom
{
 	vertical-align:top;
 	background:url(bottom.png) top left repeat-x;
}

#bottomleft
{
	width:21px;
	height:21px;
	background:url(bottomleft.png) top left no-repeat;
}

#left
{
	background:url(left.png) top left repeat-y;
}

input.downButton
{
	position:absolute;
	bottom:0px;
	width:66px;
	height:26px;
	display:block;
	border:0px;
	padding:0px;
	background:url(downbuttonoff.png) top left no-repeat;
}


input.upButton
{
	position:absolute;
	bottom:0px;
	width:66px;
	height:25px;
	display:block;
	border:0px;
	padding:0px;
	background:url(../simpleabacus/upbuttonoff.png) top left no-repeat;
}

div.disk
{
	position:absolute;
	height:22px;
	width:68px;
	display:block;
	background:url(disk.png) top left no-repeat;
}

div.display
{
	position:absolute;
	top:0px;
	height:37px;
}


-->
