/**
 * @package Module Sliding Form for Joomla!
 * @version 1.0
 * @author Tomáš Beluský
 * @copyright (C) 2014 Tomáš Beluský
 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

#slidingForm {
  position: fixed;
  text-align: center;
  font-family: inherit;
  z-index: 10000;
}

#slidingForm .showHideForm {
  cursor: pointer;
  border: 0;
  height: 30px;
  font-size: 14px;
  color: inherit;
  background-color: transparent;
}

#slidingForm #slideBox {
  display: none;
  padding-top: 2px;
}

#slidingForm #contactForm {
  padding: 0;
  margin: 0;
}

#slidingForm table {
  width: 100%;
}

#slidingForm table td {
  border-color: transparent;
  padding: 0 9px 0 5px;
}

#slidingForm input {
  width: 100%;
  padding: 0;
  font: inherit;
}

#slidingForm table input[type="text"] {
  color: black;
  background-color: white;
  border: 2px solid white;
  margin-bottom: 2px;
}

#slidingForm textarea {
  width: 100%;
  padding: 0;
  height: 100px;
  font: inherit;
  color: black;
  background-color: white;
  border: 2px solid white;
  margin-bottom: 2px;
}

#slidingForm table input[type="submit"] {
  padding: 3px;
  border: 0;
  margin-left: 2px;
  margin-bottom: 2px;
}
