body {
    color: #333333;
    font-family: 'Lato',sans-serif;
    font-size: 1.125em;
    margin: 0;
    padding: 0;
}

.container {
    margin: 0 auto;
    width: 940px;
    padding-left: 40px;
}

.container:before, .container:after {
    content: " ";
    clear: both;
    display: table;
}

#header {
    border-bottom: 1px solid #EEE;
    border-top: 5px solid #26457A;
    height: 81px;
    padding: 27px 0 0;
}

#logo {
	float: left;
}

#logo img {
    padding-top: 5px;
}

.socialmedia-buttons {
    margin: 5px 0 0 24px;
    float: right;
}

.socialmedia-buttons a {
    display: inline-block;
    float: left;
    margin-left: 5px;
}
.socialmedia-buttons img {
	float: left;
}

#footer {
    border-top: 1px solid #EEE;
    margin-top: 50px;
    padding: 20px 0;
}

#custom_copyright {
    color: #999999;
    font-size: 0.8em;
    font-weight: 500;
    float: left;
    line-height: 30px;
    margin: 5px 0 0;
}

#custom_copyright a {
    color: #999999;
    text-decoration: none;
}

h1, h2 {
    color: #555555;
    font-size: 40px;
    font-weight: 300;
    line-height: 100px;
    margin: 20px 0 0;
}

h2 {
	border-bottom: 1px solid #EEE;
	font-size: 30px;
	float:left;
	line-height: 50px;
	margin: 40px 0 30px;
	padding-bottom: 10px;
	width: 100%;
}

p, ul{
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#steps {
	border: 1px solid #EEE;
	border-width: 1px 0;
	float: left;
	list-style: none;
	width: 100%;
}    

#steps li {
	background: url('img/arrow.gif') no-repeat right;
	float: left;
	font-size: 24px;
	line-height: 77px;
	margin-right: 20px;
	padding-right: 40px;
}

#steps li.s {
	color: #ff9900;
}

#steps li:last-child {
	background: none;
	margin-right: 0;
	padding-right: 0;
}

#steps li span {
	display: inline-block;
	font-size: 36px;
	float: left;
	padding: 0 40px 0 20px;
}

#main {
	clear: both;
	padding: 40px 0;
}

#btns {
	border-top: 1px solid #EEE;
	clear: both;
	padding-top: 40px;
}

#btns .btn {
	background:#fca600;
	background:-moz-linear-gradient(top, #fca600 0%, #fb8f00 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fca600), color-stop(100%,#fb8f00));
	background:-webkit-linear-gradient(top, #fca600 0%,#fb8f00 100%);
	background:-o-linear-gradient(top, #fca600 0%,#fb8f00 100%);
	background:-ms-linear-gradient(top, #fca600 0%,#fb8f00 100%);
	background:linear-gradient(to bottom, #fca600 0%,#fb8f00 100%);
    border: 1px solid #e6e6e6; 
    border-color: #FDC12D #fca600 #fca600;
    border-radius: 4px;
    color: #fff;
   	cursor: pointer;
    font: bold 0.778em/41px 'Lato',sans-serif;
    padding: 0;
    margin: 0;
    width: 90px;
    height: 45px;
}


#btns .secondary {
	background: #cfcfcf;
	background:-moz-linear-gradient(top, #cfcfcf 0%, #bfbfbf 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#bfbfbf));
	background:-webkit-linear-gradient(top, #cfcfcf 0%,#bfbfbf 100%);
	background:-o-linear-gradient(top, #cfcfcf 0%,#bfbfbf 100%);
	background:-ms-linear-gradient(top, #cfcfcf 0%,#bfbfbf 100%);
	background:linear-gradient(to bottom, #cfcfcf 0%,#bfbfbf 100%);
	border-color: #cfcfcf #cfcfcf #bfbfbf;
	margin-left: 20px;
}

/* STEP 1 */
#recaptcha {
	padding-top: 30px;
	padding-bottom: 40px;
}

label {
	display: block;
	padding-bottom: 15px;
}

form span {
	background: #C5CCD7;
    border-radius: 3px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding: 4px;
}

form input[type="text"] {
	border: 1px solid #C5CCD7;
	border-top-color: #9EA3AD;
	border-radius: 3px;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 5px;
	width: 300px;
}

table.engines {
	width: 100%;
}

table.alert {
    background: url('img/error.gif') no-repeat left;
    font-size: 0.95em;
    line-height: 32px;
    margin-bottom: 40px;
    padding-left: 45px;
}

table.alert tr {
	 color: #ff262e;
}

/* Step 2 */
th.header {
    font-weight: bold;
    padding-bottom: 10px;	
    text-align: left;
    vertical-align: top;
    color: black;
}

tr {
    background: none;
    color: #999;
    line-height: 1.6em;
    margin: 0;
    padding: 5px 0 0;
}

td, th {
	padding-right: 20px;
}

.info {
    float: left;
    padding-bottom: 40px;
    width: 190px;
}

.allocations {
	padding-bottom: 0;
}

.allocations:last-child {
	width: auto;
}

.info span:first-child {
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}

.info span + span {
	background: #fff0c2;
	color: #666;
	display: inline-block;
	margin-left: -12px;
	padding: 0 12px;
	text-transform: uppercase;
}

.allocations span + span {
	background: none;
	color: #999;
	line-height: 1.6em;
	margin: 0;
	padding: 5px 0 0;
} 

#details {
	border-top: 1px solid #EEE;
	float:left;
	padding: 20px 0 0 20px;
	width: 100%;
}

#details li {
	font-weight: bold;
	margin: 10px 0;
}

#details li span,
.allocations span span {
	color: #cc6666;
}

#details li span span,
.allocations span span span {
	font-size: 0.778em;
}

.allocations span span span {
	display: inline !important;
	text-transform: none;
}

#details li p {
	font-weight: normal;
	padding-left: 10px;
}

#details li p + p + p {
	margin-bottom: 40px;
}

/* Step 3 */

#completed {
	background: url('img/ok.gif') no-repeat 15px;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 80px;
}

#btns #download {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 262px;
}