* {
border: 0;
padding: 0;
margin: 0;
}

html, body {
background: #171717;
}

body {
font-family: 'Dosis', sans-serif;
color: #fff;
font-size: 20px;
text-transform: uppercase;
}

a {
color: white;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h1 span {
display: none;
}

header {
margin: auto;
width: 900px;
background: url('../_img/bg.jpg') center center no-repeat;
height: 263px;
margin-top: 60px;
}

img#logo {
margin-top: 25px;
margin-left: 115px;
display: inline-block;
position: absolute;
}

#content {
float: right;
display: inline-block;
width: 300px;
margin-right: 75px;
margin-top: 40px;

text-align: center;
}

#email {
letter-spacing: 1px;
}

#cadastre {
letter-spacing: 5px;
}

span#breve {
text-transform: uppercase;
letter-spacing: 6px;
}

hr {
border-top: 1px solid #262626;
border-bottom: 1px solid #1d1d1d; 
margin: 10px 20px;
}

footer {
background: url('../_img/bottom.jpg') center center repeat-x;
height: 24px;
width: 100%;
bottom: 0;
position: absolute;
}

#status {
margin-top: 16px;
font-size: 14px;
letter-spacing: 1px;
}

#input {
height: 21px;
width: 150px;
padding-left: 4px;
position: relative;
margin-top: 20px;


-webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}

#submit {
background: #ea3237;
color: #fff;
height: 21px;
cursor: pointer;

padding: 0px 10px;

-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}