/*
 * Feedback Factory support file
 * Updated: SEP 7, 2011
 *
 * BlackLogic product
 * Copyright (c) 2011 BlackLogic.
 *
 * This file may not be redistributed
 * in whole or significant part without
 * the express written permission of
 * the author.
 *
 * http://www.codecanyon.com/user/blacklogic
 *
 * NOTE: DO NOT EDIT. FILE WILL BE
 *       OVERWRITTEN DURING UPGRADE.
 *
 */

#feedbackfactory {
  position: fixed;
  bottom: 0px;
  width: 250px;
  font: 12px Helvetica, Arial !important;
  letter-spacing: 0px !important;
  z-index: 99999;
}

#feedbackfactory a {
  outline: 0;
}

#feedbackfactory a:active {
  outline: 0;
}

#feedbackfactory_container {
  height: 35px;
  overflow-y: hidden;
}

#feedbackfactory #feedbackfactory_content ul#feedbackfactory_questions {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}

#feedbackfactory_toggle a.feedbackfactory_button {
  display: block;
  width: 24px;
  height: 15px;
  padding: 10px 0 0 13px;
}

#feedbackfactory_toggle a.feedbackfactory_button span {
  display: block;
  width: 11px;
  height: 11px;
}

#feedbackfactory #feedbackfactory_content {
  padding: 15px 15px 0 15px;
}

#feedbackfactory #feedbackfactory_content #feedbackfactory_response {
  display: none;
  padding: 15px;
  text-align: center;
}

#feedbackfactory #feedbackfactory_content .feedbackfactory_title {
  padding-bottom: 10px;
}

#feedbackfactory #feedbackfactory_content ul#feedbackfactory_questions li {
  clear: both;
}

#feedbackfactory #feedbackfactory_content ul#feedbackfactory_questions li label {
  display: block;
  height: 19px;
  padding: 5px;
  cursor: pointer;
}

#feedbackfactory #feedbackfactory_content ul#feedbackfactory_questions li label .feedbackfactory_radio {
  float: left;
}

#feedbackfactory #feedbackfactory_content ul#feedbackfactory_questions li label span {
  float: left;
  display: block;
  padding: 4px 0 0 4px;
}

#feedbackfactory #feedbackfactory_content ul#feedbackfactory_questions li .feedbackfactory_details {
  display: none;
}

#feedbackfactory #feedbackfactory_content ul#feedbackfactory_questions li .feedbackfactory_details input,
#feedbackfactory #feedbackfactory_content ul#feedbackfactory_questions li .feedbackfactory_details textarea {
  margin: 0 0 10px 24px;
  padding: 5px !important;
  width: 186px;
  font: 12px Helvetica, Arial !important;
  background: #fff !important;
}

#feedbackfactory #feedbackfactory_content ul#feedbackfactory_questions li .feedbackfactory_details textarea {
  height: 50px;
}

/* If there's only one question, hide the radio button */

#feedbackfactory #feedbackfactory_content ul.number_of_questions_1 {
}

#feedbackfactory #feedbackfactory_content ul.number_of_questions_1 li label:hover {
  background: inherit !important;
}

#feedbackfactory #feedbackfactory_content ul.number_of_questions_1 li label input {
  display: none !important;
}

#feedbackfactory #feedbackfactory_content ul.number_of_questions_1 li .feedbackfactory_details {
  display: block !important;
}

#feedbackfactory #feedbackfactory_content ul.number_of_questions_1 li .feedbackfactory_details input,
#feedbackfactory #feedbackfactory_content ul.number_of_questions_1 li .feedbackfactory_details textarea {
  margin-left: 5px !important;
  width: 200px !important;
}

/* End of one question */

#feedbackfactory #feedbackfactory_content .feedbackfactory_actions {
  padding: 10px 0;
}

#feedbackfactory_powered_by {
  float: left;
  padding-top: 5px;
}

#feedbackfactory_powered_by a {
  font-size: 10px;
}

#feedbackfactory_powered_by a:hover {
  text-decoration: underline !important;
}