﻿/*  TRANSLATION STYLES - based on preview styles:  http://www.bing.com/widget/translator */

#translateButton, #resetButton
{
    text-align:center;
    width: 100px;
    margin: 2px 2px 0 2px;
    padding: 1px 0 1px 0;
    border-color: #111111;
    border-width: 1px;
    border-style: solid;
    background-color: rgb(85,85,85);
    color: white;
    cursor: pointer;
    display: block;
}

#languageOptions
{
     display: inline;
}

.buttonSpan
{
  font-size: 13px;
  display: inline;
}

#resetButton:hover
{
  background-color: orange; 
  text-decoration: underline;
}

#translateButton:hover
{
  background-color: orange;
  text-decoration: underline;
}

/* BING LOGO AND LINK */
#LauncherLogo
{
    height: 15px;
    padding-top: 3px;
    text-align: right;
}

#LauncherLogoLink 
{
    display: inline-block !important;
    
}

#LauncherLogoImage
{
  width:30px;
  vertical-align:top;
  display: inline;
}