/*
 * 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 {
 padding: 5px 5px 0 5px;
 background: url('bg.png') no-repeat left top;
}

#feedbackfactory_toggle a.feedbackfactory_button span.open {
  background: url('buttons.png') no-repeat 0 0 !important;
}

#feedbackfactory_toggle a.feedbackfactory_button span.closed {
  background: url('buttons.png') no-repeat -11px 0 !important;
}

#feedbackfactory #feedbackfactory_content {
  color: #333 !important;
}

#feedbackfactory #feedbackfactory_content #feedbackfactory_response {
  border-top: 1px solid #fff;
}

#feedbackfactory #feedbackfactory_content .feedbackfactory_title {
  text-align: center !important;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

#feedbackfactory #feedbackfactory_content ul#feedbackfactory_questions li {
  padding: 3px 0;
  font-size: 10px;
  text-align: left !important;
  color: #555;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}

#feedbackfactory #feedbackfactory_content ul#feedbackfactory_questions li label:hover {
  background: #eee;
}

#feedbackfactory #feedbackfactory_content ul#feedbackfactory_questions li .feedbackfactory_details input,
#feedbackfactory #feedbackfactory_content ul#feedbackfactory_questions li .feedbackfactory_details textarea {
  border: 1px solid #ccc !important;
}

#feedbackfactory #feedbackfactory_content .feedbackfactory_actions {
  text-align: right;
  border-top: 1px solid #fff;
}

#feedbackfactory #feedbackfactory_content .feedbackfactory_actions input {
  margin: 0 !important;
  width: 65px;
  padding: 5px 10px !important;
  font: 12px Helvetica, Arial !important;
  text-transform: uppercase;
  text-align: center;
  color: #333 !important;
  background: #e5e5e5 !important;
  border: 0px !important;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

#feedbackfactory #feedbackfactory_content .feedbackfactory_actions input:hover {
  background: #ddd !important;
  cursor: pointer;
}

#feedbackfactory_powered_by a {
  color: #aaa;
}