@charset "UTF-8";
/* CSS Document */

#overbox3 {
	position: fixed;
	left: 0px;
	width: 100%;
	z-index: 999999;
	display: block;
	bottom: 0px;
}
/*#overbox3 {
	width: 100%;
	z-index: 999999;
	position: fixed;
	top: 0px;
}*/
#infobox3 {
	width: 100%;
	text-align: center;
	background-color: #666666;
	height: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	bottom: auto;
}
.botinfo {
	width: auto;
	text-decoration: none;
	position: relative;
	left: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(255,255,255);
	border-right-color: rgb(255,255,255);
	border-bottom-color: rgb(255,255,255);
	border-left-color: rgb(255,255,255);
	margin-left: 4px;
	padding-right: 6px;
	padding-left: 6px;
	height: 20px;
}
#infobox3 p {
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,1);
	width: 100%;
	padding-top: 10px;
}
#infobox3 p a {
	color: rgba(255,255,255,1);
	border: 1px solid rgb(255,255,255);
}
#infobox3 p a:hover {
	color: rgba(0,0,0,1);
	border: 1px solid rgb(255,255,255);
	background-color: #FC3;
}
