#translate {
  z-index: 101;
  overflow: hidden;
  width: 500px;
  opacity: 1;
  position: absolute;
  left: 300px;
  top: 30px;
  border: 1px solid #87BDFF;
  padding: 5px;
  background-color: white;
  font-size: 12px; }
  #translate #transhandle {
    cursor: move;
    background-color: #dfe7ef;
    overflow: hidden;
    height: 20px;
    margin-bottom: 10px; }
  #translate #add_edit_language {
    padding-top: 5px; }
  #translate #phrase {
    width: 90%; }
  #translate .l1 {
    background-color: #7699be;
    color: white;
    font-weight: bold;
    display: block;
    float: left;
    padding: 3px; }
  #translate .l2 {
    background-color: white;
    color: black;
    width: 150px; }
  #translate #select_language {
    float: right;
    overflow: hidden; }
  #translate #trans {
    clear: both;
    padding-top: 5px; }
  #translate #perevod {
    margin-top: 4px;
    width: 99%;
    height: 100px; }
  #translate table {
    font-size: 12px;
    width: 250px; }
    #translate table th, #translate table td {
      border: 1px solid gray;
      padding: 3px; }
    #translate table th {
      background-color: #7699be;
      color: #ffffff; }
    #translate table td {
      background-color: #dfe7ef; }
