#stickyFooter {
     position: fixed;
     bottom: 0px;
     width: 100%;
     overflow: visible;
     z-index: 70000;
     padding-top: 5px;
     padding-bottom: 3px;
     <!-- background: white; -->
     border-top: solid white 2px;
     background-color: #B5B5B5;
     -webkit-box-shadow: 0px -5px 15px 0px #bfbfbf;
     box-shadow: 0px -5px 15px 0px #bfbfbf;
     height: 34px;
}
     
 
a.goog-te-menu-value > span {
     z-index: 70000;
     <!-- padding-top: 5px; -->
     <!-- padding-bottom: 3px; -->
     background: transparant;
     <!-- border-top: solid white 2px; -->
     <!-- background-color: #B5B5B5; -->
		font-family: 'Questrial', SANS-SERIF;
		font-size: 12px;	
}
 
.goog-te-gadget-simple {
     z-index: 70000;
     background: transparant;
     	/* Rounded corners */
	
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.logo { display: none; }
.top { display: none; }
