/** Forms CSS **/

html {
  overflow: auto;
}
body {
  padding: 0;
  background: #222;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color: #eee;
  font-weight: normal;
}
input, textarea {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  border: none 0;
  background: #eee;
}
h1 {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.required {
  color: #ff0000;
}
.redButton {
  width: auto;
  margin: 12px 0 6px 0;
  padding: 2px 14px 6px 14px;
  line-height: 1;
  background-color: #ad1f2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ad1f2c 0%), to(#44030f 50%));
  /* Safari4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ad1f2c 0%, #800915 50%, #620310 50%, #44030f 100%);
  background-image: -moz-linear-gradient(top, #ad1f2c 0%, #800915 50%, #620310 50%, #44030f 100%);
  background-image: -ms-linear-gradient(top, #ad1f2c 0%, #800915 50%, #620310 50%, #44030f 100%);
  background-image: -o-linear-gradient(top, #ad1f2c 0%, #800915 50%, #620310 50%, #44030f 100%);
  background-image: linear-gradient(top, #ad1f2c 0%, #800915 50%, #620310 50%, #44030f 100%);
  border: 1px solid #1A0202;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 1px #333333;
  -moz-box-shadow: 1px 1px 1px #333333;
  -ms-box-shadow: 1px 1px 1px #333333;
  -o-box-shadow: 1px 1px 1px #333333;
  box-shadow: 1px 1px 1px #333333;
  color: #eee;
  font: 16px nobile, tahoma, arial, sans-serif;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
}
.redButton:hover {
  background-color: #f37873;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc2424 0%), to(#5e040a 50%));
  /* Safari4+, Chrome */
  background-image: -webkit-linear-gradient(top, #cc2424 0%, #990B12 50%, #7a0409 50%, #5e040a 100%);
  background-image: -moz-linear-gradient(top, #cc2424 0%, #990B12 50%, #7a0409 50%, #5e040a 100%);
  background-image: -ms-linear-gradient(top, #cc2424 0%, #990B12 50%, #7a0409 50%, #5e040a 100%);
  background-image: -o-linear-gradient(top, #cc2424 0%, #990B12 50%, #7a0409 50%, #5e040a 100%);
  background-image: linear-gradient(top, #cc2424 0%, #990B12 50%, #7a0409 50%, #5e040a 100%);
  cursor: pointer;
}
.redButton:active {
  background-color: #d43c28;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d43c28 0%), to(#ad3224 50%));
  /* Safari4+, Chrome */
  background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
  background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
  background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
  background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
  background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
  -ms-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
}
button, td {
  white-space: nowrap;
}
button.redButton a, button.redButton {
  border: none 0;
}


/* WinningStreak */

body#winstreak {
  margin: 0;
  padding 0;
  background: #111;
  color: #ccc;
  font-size: 13px;
}
#winstreak a, #winstreak a:visited {
  /*text-decoration: none;*/
  outline: none;
  /*border-bottom: solid 1px #33ffff;*/
  color: #22eeee;
}
#winstreak a:hover {
  color: #cc0000;
}
#winstreak a img {
  text-decoration: none;
  border: none;
}
#winstreak div#top {
  position: relative;
  height: 300px;
  background: #111;
  background-image: -webkit-linear-gradient(top, #111, #444);
  background-image: -moz-linear-gradient(top, #111, #444);
  background-image: -ms-linear-gradient(top, #111, #444);
  background-image: -o-linear-gradient(top, #111, #444);
  background-image: linear-gradient(top, #111, #444);
  background-repeat: no-repeat;
}
div#top img {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
#winstreak div#divid1 {
  height: 1px;
  background: #41d;
}
#winstreak div#divid2 {
  position: relative;
  height: 80px;
  background: #111;
}
div#divid2 img {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
div#top h1 {
  position: absolute;
  bottom: 1px;
  left: 30px;
  font-family: "Nova Square", Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
}
div#divid2 p {
  text-shadow: 1px 1px 1px #000;
}
#winstreak div#divid3 {
  height: 1px;
  background: #41d;
}
#winstreak div#bottom {
  height: 400px;
  padding: 10px 30px;
  background: #222;
  background-image: -webkit-linear-gradient(top, #333, #111);
  background-image: -moz-linear-gradient(top, #333, #111);
  background-image: -ms-linear-gradient(top, #333, #111);
  background-image: -o-linear-gradient(top, #333, #111);
  background-image: linear-gradient(top, #333, #111);
  background-repeat: no-repeat;
}
#winstreak div#bottom p {
  padding-left: 2px;
}


/* Turnkey Casino */

body#request {
  margin: 0 0 0 14px;
  font-size: 11px !important;
}
body#download {
  margin: 12px 18px 0 20px;
  font-size: 13px !important;
}
#request input {
  width: 162px;
}
table.requestForm tr td {
  height: 20px;
}
#request textarea#description {
  position: relative;
  left: 1px;
  width: 600px;
  overflow: hidden;
}
#download h2, #download button {
  text-align: center;
}
#download a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-bottom: dashed 1px #666;
}



