#package {
	width: 420px;
	float:left;
}
#stateSelect {
	width: 160px;
	float: left;
	padding: 20px;
	text-align: center;
}
.package-row, .package-row-description {
	float: left;
	clear: left;
	cursor: pointer;
}
.both {
	clear: both;
	height:0px;
}
.input, .plus {
	float: left;
	width: 25px;
	text-align: center;
}
.plus {
	height: 18px;
	padding-top: 1px; 
	font-weight: bold;
	font-size: 14px;
}
.package-row-label {
	float: left;
	width: 295px;
	padding: 3px 5px; 
}
.price {
	float: left;
	text-align: right;
	width: 80px;
	padding: 3px 5px; 
}
.package-row-description {
	display: none;
	padding: 3px 5px; 
	width: 410px;
	font-size: 10px;
}
.total {
	padding: 3px 5px; 
	width: 410px;
	font-weight: bold;
	text-align: right;
}