div.taxclear {
	width: 400px;
}

h2.tax {
	text-align: center;
	font-size: 12pt;
	width: 600px;
	font-weight: bold;
	color: green;
}

.alform {
	width: 600px;
	overflow: hidden;
	margin: 0 0 0 35px;
}

.notes {
	width: 600px;
	float: left;
	clear: both;
	padding-top: 16px;
	text-align: left;
}

#resultstable {
	text-align: center;
	float:left;
	clear: both;
	width: 600px;
	*margin-top: 175px;
}

#resultstable div {
	text-align: center;
}

table.taxresults {
	width: 600px;
	border: 0px solid black;
	border-spacing: 0px;
}

table.taxresults th {
	text-align: center;
	border: inset 1px;
}

table.taxresults th.total {
	border: outset 2px red;
	font-weight: bold;
}

table.taxresults td {
	border: inset 1px;
}

table.taxresults td.data {
	text-align: right;
}

table.taxresults td.total {
	border: outset 2px red;
	text-align: right;
	font-weight: bold;
}

table.taxresults tr.total td {
	border: thin solid black;
	font-weight: bold;
}

table.taxresults tr.total td.data {
	text-align: right;
}

.floatleft {
	float: left;
	width: 600px;
}

form#states {
	width: 600px;
	height: 15em;
	margin -7px 0 0 20px;
}

#step1 {
	font-weight: bold;
	color: blue;
	width: 600px;
}

#step2 {
	font-weight: bold;
	color: blue;
	margin: 24px 0 0 0;
	width: 600px;
}

#step3 {
	float: left;
	width: 80px;
	margin-top: 55px;
	padding-right: 20px;
	color: blue;
	font-weight: bold;
	text-align: center;
}

#step4 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
	float: right;
	clear: both;
	width: 600px;
	color: blue;
	font-weight: bold;
}

button#calculatetax {
	font-weight: bold;
	color: white;
	padding: 2px 8px 2px 8px;
	border: #385d8a solid 2px;
	background-color: red;
}

.beernote {
	clear: both;
	display: none;
	padding-top: 10px;
	margin-top: 10px;
}

.winecontrolnote ,
.spiritscontrolnote {
	float: left;
	text-align: left;
	padding-left: 10px;
	color: red;
}

#unitmeasurement {
	width:auto;
	margin: 10px 0 0 0 ; 
	clear: both;
}

#beerinput, 
#wineinput, 
#spiritsinput {
	float:left;
	padding-right: 30px;
}

#spiritsinput {
	padding-right: 0;
}

#beertaxincrease,
#winetaxincrease,
#spiritstaxincrease {
	width: 40px;
}


.sizechoices {
	margin: 6px 0 -12px 0;
	border-top: 1px dotted black;
}

.taxclear {
	float: right;
	clear: both;
	width: 600px;
}

ol#taxnotes {
	font-size: 80%;
	width: 500px;
	clear: both;
	float: right;
	padding-right: 60px;
}


