
@charset "UTF-8";

body { width: 960px; }

button { 
	height: 50px;
	width: 70px;  }

canvas { border: solid 1px #b4ebfa; }

fieldset {
	display: inline-block;
	height: 60px;
	margin-right: 10px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	width: 280px; }

legend { text-align: center; }


