
#main_center {
	width: 695px;
	padding-right: 32px;
}

#main_center.no-sizing {
	width: auto;
	padding-right: 0;
}

#form_content {
	width: 520px;
	float: right;
	padding: 2px;
	max-width: none;
}

#footer {
	background-position-x: center;
	height: 32px;
	padding-right: 10px;
	padding-left: 10px;
	width: 260px;
	margin-bottom: 0px;
	position: relative;
	top: -15px;
}

label {
	font-size: 1em;
	cursor: pointer;
}

#details_table tr.first td {
	padding-right: 0;
}

input.input_text{
	width: 100%;
}

#footer_break {
	display: none;
}

td.details_table_field_name {
	padding-right: 10px;
	width: 140px;
}

td.details_table_field_value {
	padding-right: 40px;
}

td.details_table_field_name,
td.details_table_field_value {
	height: 26px;
	padding-bottom: 10px;
}

/* -------- */

td.billing_table_field_name {
	padding-right: 10px;
	width: 140px;
}

td.billing_table_field_value {
	padding-right: 55px;
}

td.billing_table_field_name,
td.billing_table_field_value {
	height: 26px;
	padding-bottom: 10px;
}

#security-info {
	width: 490px;
}

#security-info-1,
#security-info-2,
#security-info-3 {
	float: right;
}

#security-info-1 {
	width: 330px;
	padding: 0 10px 0 0;
	/* margin-top: 20px; */
}

#security-info-2 {
	float: left;
	padding: 0 0 0 10px;
}

/* Loading Dialog */
#order-loading-bg, #order-loading {
	display: none;
}

#order-loading-bg {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: black;
	opacity: 0.7;
	z-index: 10001;
	filter: alpha(opacity=70);
}

#order-loading {
	background-color: #f5f1f2;
	border: 1px solid #808080;
	direction: rtl;
	display: none;
	height: 125px;
	left: 0;
	margin: 0 auto;
	padding-top: 50px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 35%;
	width: 400px;
	z-index: 10002;
}

#order-loading-img {
	max-width: 100%;
}

#order-loading-spacer {
	height: 2em;
	line-height: 1em;
}

#mobile-header {
	display: none;
}

select.input_select {
	width: 100%;
	padding: 4px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

select.input_select.half {
	width: 45%;
}

select.input_select.three-quarter {
	width: 75%;
}

select.input_select.first_half {
	width: 45%;
	margin-left: 10%;
}

input.input_text {
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

#submit-button {
	max-width: 100%;
	width: 200px;
	height: auto;
}

#legal {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.other-card {
	float: left; width: 53%; text-align: center; line-height: 28px;
}

.other-card-back {
	float: left; width: 23%; text-align: center; line-height: 28px;
}

/* -------------- */