@charset "utf-8";
#fixedbottombar_bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	height:115px;
 	background:url(../images/toolbarbg-bar.gif) repeat-x top left;
	z-index: 100;
}
#fixedbottombar_box {
    margin: 0 auto;
    text-align: left;
    width: 982px;
}
.fixedbottombar_title_bar {
	clear: both;
	height: 28px;
}
.fixedbottombar_title {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0 0 5px;
}
#fixedbottombar_bar .fixedbottombar_title_bar .close {
	margin: 7px 5px 0 0;
	float: right;
	width: 14px;
	height: 14px;
	font-size: 1px;
}
#fixedbottombar_bar .fixedbottombar_title_bar .close a {
	background:rgba(0, 0, 0, 0) url(../images/toolbar-close.png) no-repeat left top;
	width: 14px;
	height: 14px;
	display: block;
	text-decoration: none;
	opacity:1;
}
.close {opacity:1;}
#fixedbottombar_bar .fixedbottombar_title_bar .close a:hover {
	text-decoration: none;
}
#fixedbottombar_main {
	clear: both;
	background-color: #f7f9f8;
	border:0;
}
.padding{ padding:10px 5px 2px 5px;}
/* (END) Footer Bar */
