
#bottom-banner {
	background:#dedede;
	border-bottom:1px solid #444444;
	height:116px;
	width:140px;
	padding:0;
}

#bottom-banner div {
	background:url('../img/_common/backgrounds/bottom_banner_separator.png') right center no-repeat;
	color:#000;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	height:116px;
	text-align:center;
	
}

	#bottom-banner div:last-child {
		background:none;
	}

#bottom-banner #sent-mails {
	width:207px;
}

	#bottom-banner #sent-mails .label {
		margin:0 8px;
	}

#
#bottom-banner .counter-frame {
	background:#fff;
	display:block;
	float:none;
	width: 140px;
	height:41px;
	margin:19px auto 6px;
	padding-top:5px;
}

#bottom-banner .counter {
	background: url('../img/_common/counter/bg_home_counter.png') repeat-x;
	display:block;
	height:25px;
	margin:7px;
	overflow:hidden;
	width:126px;
}

	#bottom-banner .counter span {
		border-left:1px solid #4d4d4d;
		font-size:14px;
		padding:4px 0;
		width:13px;
	}

