#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 38px;
    width: 100%;
    text-align:center;
    background-color: rgba(0,0,0,.75);
	box-shadow: 0 1px 1px 1px #000;
}
#infobox3 p {
    line-height:38px;
    font-size:12px;
    text-align:center;
	color:#fff;
}
#infobox3 a {
	color:#337ab7;
}

#infobox3 .ok {
    padding: 6px 40px;
	line-height: 1em;
	background-color: #5CB85C;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	margin-left: 8px;
}
#infobox3 .ok:hover {
	background-color: #449D44;
}