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

#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: fixed;
    bottom: 0px;
/*    height: 58px;*/
    width: 100%;
    text-align:center;
    background-color: rgba(0, 0, 0, 0.75);
	}
#infobox3 p {
  /*  line-height:58px;*/
  	padding-top:10px;
    font-size:12px;
    text-align:center;
	color: #fff;
}
#infobox3 p a {
	font-weight: bold;
	background-color: white;
	border-radius: 5px;
	padding:5px;
    margin-right:5px;
    text-decoration: underline;
}