#bannerInfo{
	background-color: rgba(0,0,0,0.7);
	border: medium none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    padding: 10px 1%;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    min-height: 30px;
    z-index: 99999;
    text-align: left;
}
#bannerInfoContent{
	margin: 0 auto;
	max-width: 1280px;
}

#textInfo{
	font-family: Verdana,Geneva,sans-serif;
	margin: 0;
	margin-bottom: 10px;
	padding:0 10px;
	float: left;
	font-size: 80%;
	color: #fff;
}
#textInfo a{
	color: #fff;
	text-decoration:underline;
}

#btnOk{
	background-color: #0059a9;
	height: 20px;
	padding: 5px 20px;
	position: relative;
	float: right;
	right: 3%;
	font-size: 80%;
    margin: 5px 0 0 0;    
}

#btnInfo{
	background-color: #0059a9;
	height: 20px;
	padding: 5px 20px;
	position: relative;
	float: right;
	right: 2%;
	font-size: 80%;
    margin: 5px 0 0 0;    
}

#btnOk a,
#btnInfo a{
	text-decoration: none;
	color: #fff;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	vertical-align: middle;
}
#btnOk a:hover,
#btnInfo a:hover{
	text-decoration: underline;
}
#btnOk a:visited,
#btnInfo a:visited{
	color: #fff;
}