html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



html {
   font-family: 'museo-slab',serif;
    background-color: #000;
    color:#ffffff;
 
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: normal;
}

b {}

p {
    font-size: 22px;
   
    line-height:52px;
    
}

.steplist p{
    font-size: 16px;
}
p .step{
   display: block;
    margin-bottom: -78px;
}
.grey{
    color:#c7c6c5;
}
.pink{
    color:#ed1b7a;
}
h1, h2{
   
}
h1{
    font-size: 42px;

}
h2{
    font-size: 26px;
    color: #192162;
    
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
   
}

.nomouse {
    pointer-events: none;
}

#container {
    position: relative;
    margin: 0 auto;
   /* width: 1024px;*/
    width: 920px;
  
}

i {
    font-style: italic;
}

#out {
    position: relative;
    top: 20px;
    margin: 0 auto;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner {
    width: 920px;
}


.title {
    
    font-size: 24px;
   
}

.inner-container {
    position: relative;
    width: 920px;
   

}

.clear{
    float: none;
    clear: both;
}


.whitetxt {
    color: #ffffff;
}
.orangetxt{
    color: #ee7101;
}
.greytxt {
    color: #9e9999;
}
.orangebg{
    background-color: #ee7101;
}
.orangebg{
    padding:5px;
    color:#fff;
    width:290px;;
    margin-bottom: 16px;
}
.leftside{
    position: relative;
    float:left;
    /*width: 50%;*/
}
.underline{
    border-bottom: 1px dashed #192162;
}
.leftside p{
    
    line-height: 24px;
}

.center{
    text-align: center;
}

.top img{
    width:50%;
}

input{
    font-family: 'museo-slab',serif;
    width: 400px;
    text-align: center;
    padding:12px;
    border:1px solid #ed1b7a;
    background-color: #000;
    color:#fff;
    font-size: 18px;
}

input:focus {
    background-color: #000;
    color:#fff;
    border:1px solid #ed1b7a;
}

.subbut{
    display: inline-block;
    padding:20px;
    padding-top:0px;
    padding-bottom: 0px;
    background-color:#ed1b7a;
    
    
}
.subbut p{
    line-height:46px;
}
a.subbut{
    color:#FFF;
    text-decoration: none;
}
a.subbut:hover{
    text-decoration: none;
    opacity: .8;
}