@charset "UTF-8";
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'LatoThin';
    src: url('fonts/Lato-Thin.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Thin.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Thin.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body {
	font: normal 14px/19px Helvetica, Arial, sans-serif;
}
p, h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
h1 {
	font-family: Lato, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #7a7a7a;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-size: 33px;
	padding-bottom: 11px;
	color: #FFB802;
}
h2 {
	font-size: 18px;
	font-style: inherit
	border-bottom: 1px solid #FFB802;
	padding-bottom: 3px;
	font-family: Helvetica;
}
h3 {
	font-size: 28px;
	color: #fff;
}
a {
	text-decoration: none;
	border: none;
}
strong, a, a:visited {
	color: #56BADB;
}


#wrapper {
	width: 810px;
	margin: 25px auto;
}
#masthead {
	background: #000;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	position: relative;
}
#masthead .padded {
	padding-top: 5px;
	padding-bottom: 5px;
}
#masthead #btn_register {
	position: absolute;
	display: block;
	right: 26px;
	top: 29px;
	background: #F90;
	text-align: center;
	color: #000;
	padding: 10px 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	background: #FFB802; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFB802 0%, #965200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFB802), color-stop(100%,#965200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFB802 0%,#965200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFB802 0%,#965200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFB802 0%,#965200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFB802 0%,#965200 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB802', endColorstr='#965200',GradientType=0 ); /* IE6-9 */
	border: 1px solid #B46500;
	text-shadow: 1px 1px 0px #C59631;
	width: 325px;
}
#form-container {
	background: #FFB802;
	text-align: center;
	color: #000;
}
#footer {
	background: #000;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

.padded {
	padding: 30px 35px;
}
#form-container iframe {
	border: none;
}
#form-container .padded {
	padding: 26px 0 11px;
}
#form-container strong {
	color: #000;
}
.gray-box {
	background: #3d3d3d;
	padding: 8px 20px;
	color: #fff;
}
#footer .gray-box {
	text-align: left;
	background: #3C3E3C;
}
a.btn_register {
	color: #fff;
	text-align: center;
	display:block;
	padding: 15px;
	background: #FFB802;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 15px;
	
	border: 1px solid #6C350C;
}
.one-third {
	float: left;
	width: 35%;
	margin-left: 5%;
}
.two-thirds {
	width: 60%;
	float: left;
	height: 42px;
}
.float-container {
	position: relative;
	top: 0px;
	left: 0px;
	height: 1195px;
}	
#badge {
	position: absolute;
	top: -135px;
	right: -110px;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
