
/* GET NEWS */

.getnews_tab {
	background-repeat: no-repeat;
	width: 295px;
	height: 70px;
	position: relative;
	overflow: hidden;
}
.getnews_tab.promotions {background-image:url(/images/promotions/promotion_news_bg.jpg);}
.getnews_tab.tastes {background-image:url(/images/tastes/tastes_getnews_bg.jpg);}
.getnews_tab.shops {background-image:url(/images/shops/shops_getnews_bg.jpg);}
.getnews_tab.hardrock_getnews {background-image:url(/images/sites/default/files/gaming_getnews_hardrock_bg.jpg);}
.getnews_tab.gaming {background-image:url(/images/sites/default/files/gaming_getnews_bg.jpg);}
.getnews_tab.getting {background-image:url(/images/getting_here/getnews_bg.jpg);}

.getnews_tab span {
	display: block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin-top:8px;
	margin-bottom:8px;
	margin-left: 8px;
	padding-top: 0px;
	_padding-top: 0px;
}

.getnews_tab .gamming-e-news-submit-form .input_email {
	margin-top:2px;
	margin-left: 8px;

}
.getnews_tab .gamming-e-news-submit-form .input_email input {
	font-size: 11px;
	width: 160px;
	color: #999999;
}

.getnews_tab .button {
	background-image: url(/images/home/btn_enews_off.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 20px;
	float: right;
	margin-top: -20px;
	margin-right: 10px;
	_margin-right: 5px;
	padding-top: 2px;
}
.getnews_tab .button:hover {
	background-image: url(/images/home/btn_enews_on.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 20px;
	float: right;
	margin-top: -20px;
	margin-right: 10px;
	_margin-right: 5px;
	padding-top: 2px;
}

.hardrock_getnews .button {
	background-image: url(/images/sites/default/files/gaming_getnews_hardrock_button.jpg);
}


.getnews_tab .button span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: -1px;
	_margin-top: 0px;
}

.getnews_tab .thanks{
	position: absolute;
	bottom: -35px;
	width: 295px;
	height: 35px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	background: #000000;
	text-align: center;
}
