    body {
      margin: 0;
      border: 0;
      font-family: sans-serif;
      background: url(backEarth.png) no-repeat center 300px #000000;
      color: #E0E0E0;
      text-align: center;
    }
    
    hr {
      border: 0px;
      border-top: 1px solid grey;
    }
    
    em {
      font-weight: bold;
    }
    
    /*
    #Header {
      position: relative;
      background: url(topGradient.png);
      padding-top: 20px;
      height: 60px;
      text-shadow: black 0px 1px 2px;
    }
    */
    #Header {
      position: relative;
      background: url(headerBack.png) #202020;
      padding-top: 8px;
      height: 42px;
      text-shadow: black 0px 1px 2px;
    }
    
    #HeaderText {
      font-size: 24px;
      font-weight: bold;
      padding-right: 20px;
      padding-top: 2px;
      color: white;
      text-shadow: black 0px 1px 2px;
    }
    
    #Content {
      padding-top: 20px;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
    }
    
    #Form {
      font-size: 11px;
      font-weight: bold;
      text-align: left;
      margin: 10px;
      margin-top: 15px;
      padding: 15px;
      background: rgba(64, 64, 64, 0.7);
      color: white;
      border: 1px grey inset;
      -webkit-border-radius: 5px;      
      -moz-border-radius: 5px;          
    }
    
    #Form select,button,textarea {
      font-size: 14px;
    }
    
    .label {
      padding-top: 5px;
    }
    
    .source {
      position: relative;
      width: 100%;
      font-size: 13px;
    }
    
    #LanguageDetectText {
      font-size: 10px;
      display: none;
    }
    
    #LanguageDetect {
      font-style: italic;
    }
    
    #Swap {
      float: right;
    }
    
    .help {
      padding: 5px;
      font-size: 11px;
      text-align: left;
      font-weight: normal;
    }
    
    .translation {
      font-size: 13px;
      font-weight: normal;
      text-align: left;
      padding: 5px;
      margin-bottom: 5px;
      background: #F0F0C0;
      color: black;
      -webkit-border-radius: 5px;      
      -moz-border-radius: 5px;          
    }
    
    .translation .error {
      color: red;
      font-style: italic;
    }
    
    div.translation img {
      vertical-align: middle;
    }
    
    #BodyTranslation {
      min-height: 30px;
      background: #E0E0E0;
    }
    
    #Buttons {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    
    .button {
      display: inline;
      font-size: 19px;
      font-weight: bold;
      background: #FF8000;
      background-image: url(navBackground.png);
      color: white;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 10px;
      margin-right: 10px;
      border-left: 1px solid #808080;
      border-right: 1px solid #000000;
      text-shadow: black 0px 1px 2px;
      -webkit-border-radius: 14px;      
    }
    
    div.button:hover {
      opacity: 0.9;
    }
    
    #Help {
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 13px;
      text-align: left;
    }
    
    #Help a {
      color: orange;
      font-weight: bold;
      text-decoration: none;
    }
    
    #Help a img {
      border: 0px;
    }
    
    #More {
      padding-top: 40px;
      padding-left: 20px;
      padding-right: 20px;
      text-align: left;      
    }
    
    #More a {
      color: orange;
      font-weight: bold;
      text-decoration: none;
    }
    
    #More li {
      padding-bottom: 10px;
    }
    
    #More a img {
      border: 0px;
      vertical-align: middle;
    }
    
		#Footer {
		  font-family: sans-serif;
		  font-size: 10px;
		  color: #D0D0D0;
		  padding-top: 40px;
		  padding-bottom: 40px;
		  clear: both;
		}
		
		#Footer a {
		  text-decoration: none;
		  font-weight: bold;
		  padding-right: 10px;
		  color: #D0D0D0;
		} 
		
		#Footer a:hover {
		  text-decoration: underline;
		  color: white;
		}
		
		#Footer a img {
		  border: 0px;
		}
