Some css I created to mod it a bit.. After coding this in for vB again today I also noticed that it is persistent even if you close the browser.
Code:
.goog-te-gadget-simple {
border: none !important;
border-style: solid;
border-radius: 3px;
border-color: rgb(222, 222, 222);
-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.6);
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.6);
background: none repeat scroll 0% 0% rgb(244, 244, 244);
font-size: 14pt;
display: inline-block;
margin-top: 23px;
padding-top: 1px;
padding-bottom: 1px;
cursor: pointer;
}
.goog-te-gadget-simple .goog-te-menu-value span {
text-decoration: none;
color: #000 !important;
font: 14px "Droid Sans",sans-serif,Arial,sans-serif;
}
.goog-te-gadget-icon {
background-image: none !important;
border: none !important;
height: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
vertical-align: middle;
width: 0px !important;
}
#goog-gt-tt {
visibility: hidden !important;
}
.goog-text-highlight {
background-color: transparent !important;
box-shadow: none !important;
}
.goog-te-banner-frame {
border-color: -moz-use-text-color -moz-use-text-color #FD7D16 !important;
box-shadow: 0 0 8px 1px #FD7D16 !important;
}