.discount_button_link a
{ 
	margin: 7px 0px 0px 25px;
	display: block;
	color: #232323;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.0;
}

.discount_button_link a:hover
{
	color: #232323;
}

.discount_background
{
	opacity: 0.8;
	filter: alpha(opacity = 80);
	background: black;
	position: absolute;
	display: none;
	z-index: 10;
}

.discount_container
{
	position: absolute;
	display: none;
	z-index: 11;
}

.discount_container, .discount_container *
{
	line-height: 1.3;
}

.discount_container_close_image
{
	padding: 2px 5px 0px 0px;
}

.discount_container_close_text a
{
	color: #f7ddbe;
	line-height: 1.0;
}

.discount_container_close_text a:hover
{
	color: white;
}

.discount_container_form
{
	border: 5px solid #735c4f;
	padding: 40px;
	background: #f5e8db;
}

.discount_button
{
	color: black;
	padding: 5px 10px 5px 10px;
	line-height: 1.0;
	font-weight: bold;
}
