#button-wrapper {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 20px;
	float: left;
	font-size: 14px;
	color: #985F15;
	text-transform: uppercase;
	text-align: center;
	border-top-color: #985F15;
	border-bottom-color: #985F15;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-bottom: 6px;
}

.button-container {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#permissions-wrapper {
	width: 100%;
	float: left;
	margin-top: 16px;
	margin-bottom: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#purchase-form-container {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
}

.totals-container {
	width: 100%;
	margin-top: 6px;
	margin-bottom: 12px;
}

.postage-options-container {
	width: 100%;
	margin-top: 6px;
	margin-bottom: 60px;
	border-top: #D2861E dotted 1px;
}

.purchase-form-heading {
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	color: #985F15;
	text-transform: uppercase;
	text-align: center;
	border-top: #985F15 solid 1px;
	border-bottom: #985F15 solid 1px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.purchase-form-subheading {
	width: 100%;
	font-size: 14px;
	color: #D2861E;
	text-transform: uppercase;
	text-align: center;
	border-top: #D2861E dotted 1px;
	border-bottom: #D2861E dotted 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.permissions-heading {
	width: 100%;
	margin-bottom: 15px;
	font-size: 14px;
	color: #985F15;
	text-transform: uppercase;
	text-align: center;
	border-top: #985F15 solid 1px;
	border-bottom: #985F15 solid 1px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.table-container {
	width: 100%;
	margin-top: 6px;
	margin-bottom: 20px;	
}

.table-container-last {
	width: 100%;
	margin-top: 6px;
	margin-bottom: 60px;	
}

.button-text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-left: 6px;
}

.table-row-text {
	padding-top: 3px;
	padding-bottom: 4px;
}

.dropdown-menu-text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 6px;
}
