/**
 * Striker Superstars :: http://www.strikersuperstars.com
 * Copyright (c) 2011 Coli Games Ltd
 * Report Bug Stylesheet
 */
/** Importing of LESS styles from library **/
/**
 * Striker Superstars :: http://www.strikersuperstars.com
 * Copyright (c) 2011 Coli Games Ltd
 * Library of Reusable Elements
 */
/** 
 * Variables 
 */
/** 
 * Rounded Corners
 */
/** 
 * Gradient
 */
/**
 * Positioning + Layout Hacks
 */
.clearIt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@font-face {
  font-family: 'Bauhaus93Regular';
  src: url('../../css/fonts/bauhs93-webfont.eot');
  src: url('../../css/fonts/bauhs93-webfont.eot#iefix') format('embedded-opentype'), url('../../css/fonts/bauhs93-webfont.woff') format('woff'), url('../../css/fonts/bauhs93-webfont.ttf') format('truetype'), url('../../css/fonts/bauhs93-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 *  Basic Layout Styles
 */
#form-layout {
  list-style-type: none;
}
#form-layout li {
  margin-bottom: 15px;
}
#form-layout li.left {
  float: left;
  width: 350px;
}
#form-layout li.right {
  float: right;
  width: 350px;
}
label {
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}
/**
 *  Form Styles
 */
#form-layout li input.text {
  width: 610px;
  padding: 5px;
}
#form-layout li textarea {
  width: 610px;
  height: 100px;
  padding: 5px;
}
#form-layout li.left input.text,
#form-layout li.right input.text {
  width: 250px;
  padding: 5px;
}
#errorList {
  margin-bottom: 20px;
}
#errorList li {
  color: #F00;
  margin-left: 30px;
}
body#report-bug input.submit {
  position: relative;
  /**Localised Image**/

  /*background: url(http://strikersuperstars.com/images/buttons/send-report.jpg) top left no-repeat;*/

  width: 165px;
  height: 28px;
  text-indent: -5000em;
  border: 0px;
  cursor: pointer;
  margin-top: 15px;
}