#userpanel {
	position:absolute;
	top:0px;
	right:0px;
	border-left:1px solid white;
	border-bottom:1px solid white;
	background-color:#b0831f;
	padding:2px 10px;
	color: white;
	font-size: 8pt;
}

#userpanel a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.formtable {
	padding:2px;
	margin:0px auto;
	width:600px;
	border:1px solid #666;
	background-color:#EEE;
	font-size:10pt;
}

.formtable td { padding:2px }

.formtable .boxinput {
	width:100%;
	height:100%;
	box-sizing:border-box
}

span.parameter {
	cursor:default;
}

.descriptor {
	text-align:center;
	font-family:Georgia,Time,serif;
	font-size:14pt;
}
.resultTable {
	margin:15px auto;
	border-collapse:collapse;
}
.resultTable th, .resultTable td {
	text-align:center;
	border:1px solid gray;
	padding:2px 10px;
}
.message {
	margin-top:10px;
	text-align:center;
}
.instructions {
	width:750px;
	max-width:100%;
	padding:4px;
}
.instructions p {
	text-align:justify;
	font-size:10pt;
}
.instructions ul { font-size:10pt }
.instructions img {
	display:block;
	margin:20px auto;
	box-shadow:0px 5px 10px gray;
}

td#moreoptions { cursor:pointer }