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,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
/* remember to define focus styles! */
:focus{outline:0;}
body{line-height:1;color:white;background:black;}
ol,ul{list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

body{
    color:#FFF;
    background:#000;
}

#password{
    font: 1em "helvetica" "arial" "verdana" sans-serif;
    text-transform:uppercase;
    color:#757575;
    background:#000;
    border: 1px solid #2f2f2f;
    letter-spacing:.3em;
    width: 262px;
    position: absolute;
    left: 80px;
    top:115px;
    padding: 5px;
}

.error{
    font: .75em "helvetica" "arial" "verdana" sans-serif;
    text-transform:uppercase;
    color:#9cc6f3;
    background:#000;
    position:absolute;
    left:80px;
    top:162px;
}
#submit-button{
    text-indent: -1000px;
    cursor: pointer;
    position: absolute;
    top:114px;
    left:360px;
    width: 32px;
    height: 31px;
    background: #000 url('arrow.png') no-repeat top left;
}


#submit-button:hover{
    background: #000 url('arrow.png') no-repeat bottom left;
}

#footer{
    position: absolute;
    left:81px;
    top:550px;
}

#email-button{
    text-indent: -1000px;
    position: absolute;
    top:0px;
    left:237px;
    width: 36px;
    height: 17px;
    background: #000 url('email.png') no-repeat top left;
}

#email-button:hover{
    background: #000 url('email.png') no-repeat bottom left;
}
