
.indent { margin-left: 50px; }
.sButton { width: 150px; }

.blueHeader {
	margin-left: 5px;
	color: blue;
	font-size: 16px;
	font-weight: bold;
}

#updated {
	text-align: left;
	padding: 10;
	font-weight: normal;
	color: green;
}

.workArea {
	height: 300px;
	width: 520px;

	border: 1px solid black;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 5px 5px 5px #CCCCCC;
	-moz-box-shadow: 5px 5px 5px #CCCCCC;
	box-shadow: 5px 5px 5px #CCCCCC;

	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	text-align: left;

	margin: 0px;
	padding: 10px;
	background-color: gray;
}

.columnLabel {
	width: 160px;
	height: 30px;
	display: inline-block;
}

.columnAnswer { width: 90px; display: inline-block; text-align: right; padding-right: 5px; }
.columnIndicator { width: 35px; display: inline-block; font-size: 12px; }

.inputBox {
	width: 50px;
	height: 25px;
	text-align: center;
}


