#floating-countdown-box {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;

	height: 100%;

	background: url(../images/header-bg.gif) repeat-x;
	border-top: 1px solid #aaa;
}

#floating-countdown-spacer {
	display: block;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 100%;
}

div.get-it-box {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	display: block;

	height: 84px;

	margin-top: 4px;
	margin-bottom: 4px;
	border: 4px dashed #971f17;

	background: #fff;
	cursor: pointer;
}

div.blob {
	width: 300px;
	display: block;
	height: 84px;

	margin-top: 4px; margin-bottom: 4px;
	border: 4px solid #971f17;

	background: #fff;
	cursor: pointer;

	position: absolute;
	right: 20px;
	top: 0px;
	clear: none;
}

div.blob:hover {
	background: #ff0;
}

div.get-it-box:hover {
	background: #ff0;
}

div.get-it-box div.inside {
	margin: 0px;
	margin-top: 2px;
	margin-left: 90px;
	padding: 5px;
}

div.get-it-box p.message,
#content div.get-it-box p.message {
	margin: 0;
	margin-left: -90px;
	padding: 0.2em 0em 0.7em;

	line-height: 100%;

	color: #971f17;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}

div.get-it-box div.counter-box {
	float: left;
	width: 50px;
	height: 35px;
	margin: 5px 2px;
	margin-top: -5px;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000;
	background-color: #971f17;
	text-align: center;
}

div.get-it-box span.timer_days,
div.get-it-box span.timer_hours,
div.get-it-box span.timer_mins,
div.get-it-box span.timer_secs
{
	font-size: 15px;
	color: white;
	font-weight: bold;
}

div.get-it-box span.label {
	font-size: 8px;
	color: white;
	font-weight: bold;
}
