table#stateForm {
	width: 514px;
	padding-bottom: 13px;
	border-bottom: 1px solid #2E621B;
	margin-bottom: 20px;
}

table#stateForm td {
	vertical-align: middle;
}

td.stateA {
	width: 62px;
}

td.stateB {
	width: 67px;
}

td.stateC {
	padding-left: 9px;
	width: 26px;
}

td.stateD {
	width: 60px;
	text-align: center;
}

input#zipCode {
	width: 67px;
}

select#chooseState {
	width: 144px;
}

table#countryTable {
	width: 350px;
}

table#countryTable td {
	padding-top: 9px; padding-bottom: 10px;
}

td.countryA {
	width: 150px;
	padding-right: 4px;
	font-weight: bold;
}

td.countryB select {
	width: 164px;
}