.center {
	text-align:center;
}
.left {
	text-align:left;
}
td {
	text-align:left;
}
input {
	text-align:right;
	min-width:80px;
	max-width:200px;
}
td.formfield {
	text-align:right;
}
.select_T {
	max-width:200px;
	min-width:80px;
	color:red;
}

.select_width {
	max-width:200px;
	min-width:80px;
	color:blue;
}

.label_T {
	color:red;
}

.label_width {
	color:blue;
}

.spacer {
	height:50px;
	vertical-align:bottom;
}

.results th, .results td {
	font-size:1.3em;
}

.owner {
	font-size:0.8em;
	width:100%;
	text-align:center;
	color:#a0a0a0;
}
#userinputtbl {
	 margin:0px auto;
	 min-width:300px;
	 max-width:500px;
	 border-style:none;
}
#userinputtbl th {
	text-align:left;
}

