/* BEGIN Global */

.adress {
    width:100%;
    border: 1px solid #363638;
}

.adress table {
    width: 100%;
    font-size: 11px;
    color: #999999;
    background-color: #191919;
    margin: 2px;
}

.adress th {
    font-weight: bold;
    background-color: #262626;
    line-height: 20px;
    padding:2px;
}

.adress tr {
    line-height: 20px;
}

.adress td {
    margin:0px;
    padding: 2px;
    line-height: 20px;
    background-color: #212121;
    text-align: left;
    vertical-align: top;
}

.adress_button{
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #999999;
  margin-right: 3px;
  margin-bottom: 3px;
  border: 1px solid #999999;
  background-color: transparent;
  cursor: pointer;
}
