.save_count_wrapper {
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
}
.save_count_wrapper a{
	color:#fff;
}
.save_count_wrapper a:hover{
	text-decoration: none;
	color:#fff;
}
.save_count_header, .save_count_footer{
	min-height: 60px;
	color: #FFF;
}
.save_count_header {
	padding-top:7px;
}
.save_count_message {
	font-size:25px;
	line-height:25px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}
.save_count_counter_ds {
	display:block;
	width:25px;
	height:49px;
	position:absolute;
	left:5px;
	top:2px;
	background:transparent url(../img/dolla-sign.png) left center no-repeat;
}
.save_count_counter_wrap {
	position:relative;
	text-align:center;
	height:50px;
	padding-top:7px;
	padding-left:10px;
}
.save_count_counter{
	margin-left:auto;
	margin-right:auto;
}
.save_count_counter span{
	margin-left:2px;
}
.save_count_footer {
	height:80px;
}