.modalbox-background {
	background-color: #fff;
	position: fixed;
	height: 100%;
	opacity: 0.5;
	width: 100%;
	z-index: 1000;
	top: 0;
	display: none;
}

.modalbox-first_time, .modalbox-past_lot, .modalbox-alert {
	background-color: #BE202E;
	position: absolute;
	z-index: 1100;
	color: #fff;
	display: none;
}

.modalbox-past_lot {
	position: fixed;
}

.modalbox-alert {
	width: 660px;
}

.modalbox-close {
	float: right;
	margin: 8px;
	color: #A7A7A7;
	font-size: 18px;
	cursor: pointer;
}

.modalbox-first_time-header, .modalbox-past_lot-header, .modalbox-alert-header {
	font-size: 30px;
	text-align: center;
	margin: 25px 45px;
	text-transform: uppercase;
	font-weight: bold;
}

.modalbox-alert-header {
	text-align: left;
	margin: 25px 30px;
}

.modalbox-past_lot-header {
	font-size: 36px;
	margin: 20px 55px;
	font-weight: normal;
}

.modalbox-first_time-text, .modalbox-past_lot-text, .modalbox-alert-text {
	margin: 30px;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.modalbox-alert-text {
	text-align: left;
	font-family: times-new-roman;
	font-weight: normal;
	font-size: 20pt;
}

.modalbox-past_lot-text {
	font-size: 18px;
	font-weight: normal;
}

.modalbox-first_time-form {
	margin: 30px 0 30px 110px;
}

.modalbox-first_time-input {
	width: 300px;
	height: 40px;
	font-size: 18px;
	padding-left: 15px;
}

.modalbox-first_time-submit {
	background-color: #4C4D4F;
	border-style: none;
	height: 43px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.past_lot-buttons
{
	margin: 40px auto 30px auto;
	width: 322px;
}

.blk_btn_past_lot
{
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #444;
	color: #fff;
	padding: 19px 30px;
	font-size: 20px;
}

.modalbox-past_lot-sell {
	color: #fff;
	font-size: 16px;
	padding: 0 30px 40px 30px;
	display: block;
	text-align: center;
}

.modalbox-past_lot-sell:hover {
	color: #fff;
}