#botbox {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #f5f5f5;
	border-top:1px solid #ebebeb;
	/*background-image: url(images/bg-line.png);*/
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#botbox .spm {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	padding: 10px 25px 10px 25px;
	text-align: left;
}

#botbox .spm a {
	font-size: 18px;
	color: #DD002C;
	text-decoration: none;
}
#botbox .spm a:hover, #botbox .spm a:active {
	color: #DD002C;
	text-decoration: underline;
}