#vert
{
  width: 596px;
  height: 331px;
}

a.block
{
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
}

td.header
{
  font-size: 12px;
}

.button-bg {
  height: 18px;
  background: url(../media/buttons/info/bg.png) repeat-x;
  display: inline-block;
}

.button-left {
  height: 18px;
  background: url(../media/buttons/info/left.png) no-repeat left top;
  padding-left: 12px;
  display: inline-block;
}

.button-right {
  height: 18px;
  background: url(../media/buttons/info/right.png) no-repeat right top;
  padding-right: 18px;
  font: bold 12px Arial;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.select-country {
  height: 20px;
}

.select-country option {
  height: 20px;
  padding-top: 5px;
}
