.jqifade{
      position: absolute; 
      background-color: #000000 /*Background do fade da pop up Privacidade e Termos*/
}
div.jqi{ 
      width: 700px; 
      font-family: "arial", Verdana, Geneva, Arial, Helvetica, sans-serif; 
      position: absolute; 
      background-color: #ffffff;
      font-size: 11px; 
      text-align: left; 
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{ 
      font-weight: normal; 
}
div.jqi .jqiclose{ 
      position: absolute;
      top: 4px; right: -2px; 
      width: 18px; 
      cursor: default; 
      color: #bbbbbb;
      font-weight: normal; 
}
div.jqi .jqibuttons{ 
      text-align: right; 
      padding: 5px 0 5px 0; 
      border: solid 1px #eeeeee;
      background-color: #4A5678; /*Background da tabela do botão OK da pop up Privacidade e Termos*/
}
div.jqi button{ 
      padding: 2px 3px;
      margin: 0 10px; 
      border: solid 1px #33CCFF;
      color: #4A5678;
      font-weight: bold;
      font-size: 11px; 
}
div.jqi button.jqidefaultbutton{ 
      background-color: #ffffff; /*Background do CENTRO do botão OK da pop up Privacidade e Termos*/
}