

#vpb_login_pop_up_box {
  display: none;
  width: 420px;
  border: solid 1px #000;
  background-color: #FFF;
  box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  -webkit-box-shadow: 0 0 20px #000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 11px;
  top: 20%;
  right: 32%;
  position: fixed;
  z-index: 9999999999;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  #vpb_login_pop_up_box div {
    font-size: 11px; }
    #vpb_login_pop_up_box div.header {
      font-size: 16px;
      font-weight: bold; }
    #vpb_login_pop_up_box div.label {
      width: 100px;
      padding-top: 10px;
      margin-left: 10px;
      float: left; }
    #vpb_login_pop_up_box div.input {
      width: 300px;
      float: left; }
    #vpb_login_pop_up_box div .vpb_general_button {
      background-color: #7fbf4d;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
      background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
      background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
      background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
      background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
      background-image: linear-gradient(top, #7fbf4d, #63a62f);
      border: 2px solid #63a62f;
      box-shadow: 0 2px 3px #666666;
      -moz-box-shadow: 0 2px 3px #666666;
      -webkit-box-shadow: 0 2px 3px #666666;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      color: #fff;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 14px;
      text-align: center;
      text-shadow: 0 -1px 0 #4c9021;
      min-width: 70px;
      width: auto;
      padding: 9px;
      padding-left: 13px;
      padding-right: 13px;
      padding-bottom: 7px;
      text-decoration: none;
      float: left;
      margin-right: 30px; }
      #vpb_login_pop_up_box div .vpb_general_button:hover {
        background-color: #76b347;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
        background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
        background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
        background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
        background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
        background-image: linear-gradient(top, #76b347, #5e9e2e);
        box-shadow: 0 2px 3px #666666;
        -moz-box-shadow: 0 2px 3px #666666;
        -webkit-box-shadow: 0 2px 3px #666666;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        cursor: pointer; }
  #vpb_login_pop_up_box .lierror {
    padding: 10px;
    margin: 1em;
    border: 1px solid #ddd;
    background-color: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
    font-weight: bold;
    font-size: 110%; }

#bblocks {
  position: relative; }
  #bblocks span.img {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 12px; }
    #bblocks span.img.dict {
      background-image: url(images/dir-2.png); }
    #bblocks span.img.port {
      background-image: url(images/port.png); }
    #bblocks span.img.chart {
      background-image: url(images/chart.png); }
    #bblocks span.img.time {
      background-image: url(images/time-2.png); }

#infoblocks {
  position: relative; }

#contactblock {
  display: none;
  position: relative; }
  #contactblock .layout-item-0 {
    background-color: white;
    color: black; }

/*# sourceMappingURL=extra.css.map */
