/* CSS Document */


/* TEXT STYLES */


/* BODY DIVS */



#first-name {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#last-name {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#company-name {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#ship-address1 {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#ship-address2 {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#ship-city {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#ship-state {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#ship-zip {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#ship-method {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#ship-phone {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#email-address {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#card-type {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#card-number {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#card-first-name {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#card-last-name {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#expiration-date {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#expiration-month {
	width: auto;
	height: auto;
	padding: 2px 7px 0px 0px;
	position: relative;
	float: left;
}

#expiration-year {
	width: auto;
	height: auto;
	padding: 2px 0px 0px 0px;
	position: relative;
	float: left;
}

#security-code {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#billing-address1 {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#billing-address2 {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#billing-city {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#billing-state {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#billing-zip {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#alt-phone {
	width: 200px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
}

#sub-total {
	width: 75px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
	text-align: right;
}

#discount-temp {
	width: 75px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
	text-align: right;
}


#shipping {
	width: 75px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
	text-align: right;
}

#tax {
	width: 75px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
	text-align: right;
}

#confirmation-your-total {
	width: 75px;
	height: auto;
	padding: 12px 0px 0px 0px;
	position: relative;
	float: left;
	text-align: right;
}













