﻿
body.step-two {
	background-color: initial;
}

	body.step-two p {
		color: black;
	}

	body.step-two div.label {
		color: black;
	}

	body.step-two span.label {
		color: black;
	}

hr {
	margin-top: 35px;
	margin-bottom: 25px;
}

iframe.address-modal {
	box-shadow: 0px 0px 10px;
	background-color: white;
	padding-top: 20px;
	width: 620px;
}

	iframe.address-modal.shipping {
		height: 465px;
	}

	iframe.address-modal.billing {
		height: 560px;
	}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.account-form form {
	width: 100%;
}

.password-form form {
	/* width: 500px; */
}

.shipping-form form {
	line-height: initial;
	width: 400px;
}

body.shipping-form {
	background-color: initial;
}

.form-body {
	/* padding-top: 25px; */
	/* padding-bottom: 53px; */
	/* border-radius: 4px; */
}

	.form-body .inner-panel {
		margin-left: auto;
		margin-right: auto;
		/* width: 400px; */
	}

		.form-body .inner-panel h1, h2, h3 {
			text-align: center;
			color: #676765;
			font-size: 200%;
			font-family: 'tempo', sans-serif;
			text-transform: unset;
			font-weight: 700;
		}

.note {
	font-size: 10pt;
	font-style: italic;
	text-align: right;
	width: 100%;
}

.form-item {
	margin-top: 20px;
	min-height: 36px;
	clear: both;
}

	.form-item .label {
		float: left;
		/*    padding-right: 15px; */
		/*    text-align: right; */
		/*    width: 89px; */
		/* line-height: 1; */
	}

		.form-item .label.password {
			/* width: 127px; */
		}

	.form-item .field {
		width: 100%;
	}

	.form-item .month-col {
		margin-right: 8px;
		width: 84px;
	}

	.form-item .day {
		margin-right: 8px;
		width: 65px;
	}

	.form-item .year {
		width: 72px;
	}

div.form-item input.delete {
	height: auto;
	width: auto;
	margin-left: 10px;
	margin-top: 7px;
	padding: 0px;
}

.form-item table.box-list {
	border: none;
	padding: 0px;
	margin-right: -35px;
}

.form-item .box-list tr {
}

.form-item .box-list td {
	padding-left: 0px;
	padding-right: 35px;
	text-align: left;
}

.box-list label {
	color: black;
	font-weight: bolder;
}

.box-list input {
	padding: 0px;
	height: 12px;
	width: 12px;
	margin-left: 4px;
	margin-right: 3px;
	margin-top: 3px;
}

/* asp.NET 4.0/Internet Explorer workaround */
span.box-list label {
	padding-right: 40px;
}

.left-box {
	float: left;
	margin-bottom: 20px;
	padding-top: 2px;
}

.form-button {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -20px;
	width: 100%;
}

	.form-button input {
		font-size: 18px;
		line-height: 18px;
		height: 38px;
		min-width: 110px;
	}

		.form-button input.dummy {
			opacity: 0.5;
		}

	.form-button.address {
		margin-top: 10px;
		text-align: left;
	}

		.form-button.address input {
			font-size: 12px;
			line-height: 12px;
			height: 30px;
			padding-left: 10px;
			padding-right: 10px;
			width: initial;
		}

.form-footnote {
	margin-top: 46px;
	text-align: center;
	line-height: 22px;
}

.star-panel {
	width: 30px;
	float: left;
}

.link-button {
	font-size: 10px;
}

.shipping-panel {
	margin-left: 30px;
	margin-bottom: 20px;
}

.modal-container {
	background-color: rgba(0,0,0,0.5);
	margin-top: -28px;
	padding-top: 100px;
	text-align: center;
	height: 100%;
	width: 100%;
}

.zilla-alert.green {
	background: #edfdd3;
	border: 1px solid #c4dba0;
	color: #657e3c;
}
