/* RESET */
/* ----------------------  Reset Browser A Bit & Clear Floats -------------------------- */

*{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	outline: none;
}
a img,
a{
	outline: 0;
	border: 0;
}
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}
blockquote:before, 
blockquote:after,
q:before, 
q:after { 
	content: ""; 
}
blockquote, 
q { 
	quotes: "" ""; 
}
.clear{ 
	clear: both; 
}


/* ----------------------  Body -------------------------- */
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px; 
}

/* ----------------------  Main Elements -------------------------- */

a{ 
	text-decoration: none; 
	color: #0034ff;
}
a:hover{ 
	text-decoration: underline; 
}
p{ 
	margin: 0 0 1em;
}
strong{
	font-weight: 700;
}
em{
	font-style: italic;
}

small{
	font-size: 12px;
	color: #666;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* RESET END */
/*-----------------*/


/* 
  Theme name: Base
  Author: BANG! Media


        Layout

*/
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#body {
  padding: 0 0 40px 0;
  font-size: 14px;
  line-height: 20px;
}
.container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.div {
  float: left;
}
.div_1_3 {
  width: 33%;
}
.div_1_2 {
  width: 50%;
}
.div_2_3 {
  width: 66%;
}
.pad {
  padding: 40px 40px 0 40px;
}
.div_left .pad {
  padding-right: 20px;
}
.div_right .pad {
  padding-left: 20px;
}
.div_center .pad {
  padding-right: 20px;
  padding-left: 20px;  
}
.box {
  padding: 40px;
  border: 1px solid #CCC;
}
.clear {
  clear: both;
}
.spacer {
  height: 40px;
}
.divider {
  border-top: 1px dashed #CCC;
}
.text_center {
  text-align: center;
}
ul {
  list-style: none;
  display: block;
}
ul li {
  display: block;
}
.step {
  position: relative;
  font-size: 25px;
}
.step.hidden {
  display: none;
}
.loader {
  height: 50px;
  background: url(images/loader.html) center center no-repeat;
}
#verify li {
  display: none;
  margin: 0 0 10px 0;
}
#verify b {
  color: #00bf00;
}
.verify_container .button_primary {
  display: none;
}
/*

        Elements

*/
* {
  outline: none;
  cursor: default;
}
h1 {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
}
h2 {
  font-size: 20px;
  line-height: 24px;

}
h3 {
  font-size: 18px;
  margin: 0 0 30px 0;
}
b {
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
.text_l {
  font-size: 30px; 
}
.seperator {
  margin: 40px 0;
  border: 1px dashed #CCC;
}
.button {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #666;
  padding: 8px 15px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.button:hover {
  background: rgb(246,246,246); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(225,225,225,1) 49%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(49%,rgba(225,225,225,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */  
}
.button_primary_wrapper {
  display: inline-block;
  overflow: hidden;
}
.button_primary {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: #CCC;
  padding: 20px 35px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
}
.button_primary.button_male {
  margin: 0 30px 0 0;  
  background: rgb(203,235,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(203,235,255,1) 0%, rgba(107,200,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,235,255,1)), color-stop(100%,rgba(107,200,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(203,235,255,1) 0%,rgba(107,200,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(203,235,255,1) 0%,rgba(107,200,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(203,235,255,1) 0%,rgba(107,200,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(203,235,255,1) 0%,rgba(107,200,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbebff', endColorstr='#6bc8ff',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: none;      
  box-shadow: none;
  border: 1px solid #6BC8FF;
  color: #16507C;
  text-shadow: 0px 0px 2px #cbebff;
  filter: dropshadow(color=#cbebff, offx=0, offy=0);
}
.button_primary.button_male:hover {
  background: rgb(107,200,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(107,200,255,1) 0%, rgba(203,235,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,200,255,1)), color-stop(100%,rgba(203,235,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(107,200,255,1) 0%,rgba(203,235,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(107,200,255,1) 0%,rgba(203,235,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(107,200,255,1) 0%,rgba(203,235,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(107,200,255,1) 0%,rgba(203,235,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc8ff', endColorstr='#cbebff',GradientType=0 ); /* IE6-9 */
}
/*---------------------*/

/*
  Theme name: Mobile7
  Author: BANG! Media
  Template: pa
*/
h1 {
  font-weight: normal;
  margin: 0 0 40px 0;
  color: #FFF;
}
h1 b {
  text-transform: uppercase;
  color: #EEE;
  font-family: Times;
  display: block;
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
}
body {
  background: url(images/bg9.jpg);
 # height: auto;
}
#body {
  text-align: center;
  padding: 20px;
}
#content {
  padding: 20px;
  background: url(images/bg_black.png);
  -webkit-border-radius: 10px;
  border-radius: 10px;  
  display: none;
  margin: 0 0 300px 0;
}
.container {
  max-width: 600px;
  min-width: 300px;
  width: auto;
  padding: 0 0 10px 0;
}

.button_primary_wrapper {
  -webkit-border-radius: 10px;
  border-radius: 10px;  
  display: block;
}
.button_primary {
  color: #FFF;
  text-shadow: none;
  filter: none;  
  background: rgb(0,246,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0,246,255,1) 0%, rgba(0,19,239,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,246,255,1)), color-stop(100%,rgba(0,19,239,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,246,255,1) 0%,rgba(0,19,239,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,246,255,1) 0%,rgba(0,19,239,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,246,255,1) 0%,rgba(0,19,239,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,246,255,1) 0%,rgba(0,19,239,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6ff', endColorstr='#0013ef',GradientType=0 ); /* IE6-9 */
  border: 1px solid #006BF5;
  display: block;
  padding: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;  
}
#rules {
  text-align: left;
}
#rules li span:nth-child(2) {
  width: 431px;
  font-size: 12px;
  line-height: 15px;
}
#message_container {
  background: url(images/bg_black.png);
}
#message {
  -webkit-box-shadow: 0px 0px 10px 0px #000, inset 0px 0px 5px 2px #FFF;
  box-shadow: 0px 0px 10px 0px #000, inset 0px 0px 5px 2px #FFF;
}
#terms {
  background: #111;
  border: 1px solid #000;
  text-align: left;
}
#rules li span:nth-child(2) {
  width: 191px;
}
#agree_area .step {
  min-height: 130px;
  background: #FFF;
  color: #222;
  padding: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#agree_area .button {
  -webkit-border-radius: 10px;
  border-radius: 10px;  
  padding: 12px 20px;
  border: 1px solid #000;
  font-weight: bold;
  color: #FFF;
}
#verify li b {
  color: #4799E9;
}
.loader {
}