.* {
    padding: 0;
    margin: 0;
}
.access {
    display: none;
}

/* For accessibility related elements */
.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
}

a {
    outline: none;
	text-decoration: none;
	color: #FFD55C;
	transition: all 150ms linear 0s;
}

a:hover {
    color: #a9763c;
}

a img {
    border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('/fonts/League_Gothic-webfont.eot');
    src: url('/fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/League_Gothic-webfont.woff') format('woff'),
         url('/fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('/fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cabin Regular';
    src: url("/fonts/cabin-regular-webfont.eot");
    src: url("/fonts/cabin-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/cabin-regular-webfont.woff") format("woff"), url("/fonts/cabin-regular-webfont.ttf") format("truetype"), url("/fonts/cabin-regular-webfont.svg#cabinregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'FetteEngDot';
  src: url("../fonts/FetteEngDOT.eot");
  src: url("../fonts/FetteEngDOT.eot?#iefix") format("embedded-opentype"), url("../fonts/FetteEngDOT.woff") format("woff"), url("../fonts/FetteEngDOT.ttf") format("truetype"), url("../fonts/FetteEngDOT.svg#FetteEngDOT") format("svg");
  font-weight: normal;
  font-style: normal;
}

body{
	margin: 0px;
	padding: 0px;
}

/**/
.body {
    font-family: "LeagueGothicRegular";
    font-size: 13px;
}

.error {
    color: #d13e15;
	float: left;
	background-image: url(images/HGCoin.png);
}

.bodyinner {
	position: absolute;
	left: 0px;
	top: 0px;
	border-image-slice: 20 fill;
	border-image: url(images/Backgrounds/registration_background_9slice.png) 20 fill repeat;
	border-width: 4px 4px 4px 4px;
	border-image-width: 20px 20px 20px 20px;
	box-sizing: border-box;
	width: 100%;
}

img, h1 {
    display: none;
}

.bread {
	font-family: "LeagueGothicRegular","Bebas Neue",sans-serif;
	font-size: 18px;
	color: #ccc;
	margin: 12px;
}

.large {
	font-family: "LeagueGothicRegular","Bebas Neue",sans-serif;
	font-size: 24px;
	text-align: center;
	margin: 14px;
}

.registrationform {
	margin-left: 20px;
	margin-top: 6px;
}

#brgds {
	display:none;
}

#languagerow {
	display: none;
}

#supportrow {
}

.header_16 {
	clear: both;
	width: 339px;
	overflow:auto;
	padding-bottom: 12px;
}

.header_16_left {
	float: left;
	color: #FFF;
	position: relative;
	font-family: "LeagueGothicRegular","Bebas Neue",sans-serif;
	font-size: 28px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	margin-left: 10px;
}

.header_16_right {
	float: right;
	font-family: "LeagueGothicRegular","Bebas Neue",sans-serif;
    font-size: 13px;
    z-index: 6;
    color: #CCC;
	/*width: 170px;*/
	text-align: right;
	margin-top: 4px;
	margin-right: 8px;
}

.userentry {
	margin: 0px 0px 9px 0px ;
    display: block;
    font-family: "Cabin Regular";
    background: #C4C4C3 none no-repeat scroll 0% 0%;
    outline: medium none;
    border: medium none;
    width: 301px;
    height: 22px;
    padding: 0px 20px;
    color: #292929;
}

.spacer {
	display: none;
}
.spacer2 {
	height: 10px;
}

.input span {
    display: block;
    margin-left: 20px;
    margin-bottom: -20px;
    color: #000;
    text-transform: uppercase;
    font-family: "Cabin Regular";
	font-size: 13px;
}

.fullrow, .inputrowcheck {
	position: relative;
	text-align: left;
	color: #ccc;
    font-family: "LeagueGothicRegular";
	font-size: 15px;
	padding-top: 2px;
	clear: both;
	display:block;
}

.inputrow {
	padding: 0px 0px 7px 0px;
	display: block;
}

.inputcheck {
	margin-left: 0px;
}

.checklabel {
	color: #EEE;
	font-size: 16px;
    font-family: "LeagueGothicRegular";
	padding-left: 6px;
}

.signupButton {
	background: transparent none no-repeat scroll 0% 0%;
	outline: medium none;
	border: medium none;
	height: 53px;
	width: 331px;
	font-family: "LeagueGothicRegular";
	text-transform: uppercase;
	font-size: 45px;
	letter-spacing: 0.01em;
	color: #FFF;
	cursor: pointer;
	transition: all 150ms linear 0s;
	background-image: url(../images/backgrounds/signup_button.jpg);
	background-size:331px 53px;
	clear: both;
}

#submitrow {
	width: 340px;
	left: 0px;
	text-align:center;
	align-content: center;
	align-items: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

.signupButton:hover {
    color: #FFD55C;
}

@media all and (max-width: 449px)
{
	.inputrow {
		padding: 0px 0px 2px 0px;
	}
	.fullrow, .inputrowcheck {
		margin-left: 10px;
	}
}

@media all and (min-width: 450px)
{
	.inputrow {
		padding: 0px 0px 7px 0px;
	}
	.header_16_left {
		font-size: 34px;
	}
	.header_16_right {
		font-size: 16px;
	}
	.header_16 {
		width: 400px;
	}
	.fullrow, .inputrowcheck, #submitrow {
		margin-left: 34px;
		font-size:16px;
	}
	.inputrow {
		padding: 0px 0px 7px 28px;
	}
	.checklabel {
		font-size: 18px;
	}
}


.qtip-wrapper {
	font-family: "Cabin Regular";
	font-size: 13px;
}

/*

.qtip{
    display: none !important;
}

.qtip .qtip-tip{
    position: absolute;
    top: -14px;
    width: 0 !important;
    height: 0 !important;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;

    border-right: 14px solid #762b0d;
    width: 14px;
}

.qtip .qtip-tip canvas{
    display: none !important;
}

.qtip .qtip-borderTop, .qtip .qtip-borderBottom{
    display: none !important;
}

.qtip .qtip-wrapper .qtip-contentWrapper{
    border-width: 0;
    border-style: none !important;
    border-color: black !important;
    outline: none !important;
    border: none !important;
}

.qtip .qtip-content{
    background-color: #762b0d !important;
}*/