body {
  background-color: #dfdbd8; 

}

#AppForm {
  background-color: #cbc3c0;
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 20px;
  margin-right: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  color: white;
  font-size: 13px;
  font-family: Helvetica;
  min-width: 172px;
}

#AppForm p a {
  color: white;
  font-size: 13px;
  font-family: Helvetica;
  text-decoration: none;
  font-weight: bold;
}

#AppForm p a:hover {
  color: white;
  font-size: 13px;
  font-family: Helvetica;
  text-decoration: underline;
}

#AppForm img {
 display: block;
 margin-left: auto;
 margin-right: auto; 
 border-width: 0;
 max-width: 130px;
 height: 100%;
 max-height: 56px;
}

#AppForm div {
  display: block;
}

#AppForm label {
  float: left;
  width: 60px;
  vertical-align: bottom;
}

#Lang  {
 display: inline;
 margin-left: 10px;
 margin-top: 3px;
}

#Lang  img{
 display: inline;
 margin-left: auto;
 margin-right: auto; 
 border-width: 0;
 max-width: 25px;
 height: 100%;
 max-height: 20px;
}

