/* *** Code from https://asset0.zendesk.com/external/zenbox/v2.1/zenbox.css *** */
#zenbox_tab {
  border: solid 1px;
  cursor:pointer;
  height: 108px;
  overflow:hidden;
  position: fixed;
  text-indent:-5000px;
  top: 23%;
  width: 33px;
  z-index: 10000;
}
  /* IE won't read ID-and-class selectors like #zenbox_tab.left, so we use just a class: */
  .ZenboxTabLeft {
    left: 0;
    background-position: right 0;
  }
  .ZenboxTabRight {
    right: 0;
    background-position: left 0;
  }
  #zenbox_tab:hover {
    background-color: #444;
  }

#zenbox_overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 90000;
}

  #zenbox_overlay * {
    color:#333;
    font-family: Arial, Helvetica, sans-serif;
    font-style:normal;
    font-variant:normal;
    font-size: 12px;
    margin: 0;
    padding: 0;
  }

#zenbox_container {
  height: 620px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 638px;
  z-index:2;
}

  #zenbox_container .header {
    position: relative;
    text-align: right;
    width: auto;
    z-index: 100;
  }

#zenbox_close {
  cursor: pointer;
  height: 46px;
  position: relative;
  top: 10px;
  width: 46px;
}

#zenbox_body {
  height: 900px;
  margin-top: -18px;
  position: relative;
  width: 615px;
}

#zenbox_scrim {
  background-color: #000;
  filter:alpha(opacity=42);
  -moz-opacity: 0.42;
  left:0;
  position: absolute; opacity: 0.42;
  top:0;
  width: 100%;
  z-index:1;
}


/* *** Cleeng local code *** */

/*
label[for="name"] {
    color:white;
}
label[for="name"]:before {
    color: black;
    content: '_Name:';
}

label[for="email"] {
    color:white;
}
label[for="email"]:before {
    color: black;
    content: '_E-mail:';
}

label[for="description"] {
    color:white;
}
label[for="description"]:before {
    color: black;
    content: '_Description:';
}

label[for="subject"] {
    color:white;
}
label[for="subject"]:before {
    color: black;
    content: '_Question:';
}

h1 {
    color: #f6f6f6 !important;
    font-size: 1px;
}

h1:before {
    color: #666;
    content: '_How can we help you?';
    font-size: 22px;
}

#knowledge_base_search {
    position: absolute;
    right: 10px;
}

#dropbox {
    position: relative;
}

#dropbox_submit {
}
#dropbox_submit:after {
    content: 'ddd';
    color: black;
}
*/