.viewerLabel{
	float:left
}
.viewer{
	width:100%
}
.clearBoth{
	clear:both
}
.container{
	width:500px
}
.viewerValue{
	width:100px;
	border:1px solid black;
	float:left;
	height:20px;
}
.viewer div{
	padding:2px;
}
.button{
	border:1px solid black;
	width:100px;
	height:100px;
	padding:3px;
	float:left;
	margin:2px;
}
.valueText{
	text-align:center
}
