@font-face {
    font-family: CooperBlackStd;
    src: url('/fonts/CooperBlackStd.otf');
    }

body {
    background-color: #fff;
    color: #000;
    font-family: Helvetica, Arial, Verdana, Sans-serif;
    font-size: 10px;
    }
    
#wrapper {
    margin: 0 auto;
    width: 960px;
    position: relative;
    top: 150px;
    }
    
#content {
    display: block;
    background: transparent url("/images/logo.png") no-repeat 0 0;
    width: 960px;
    height: 301px;
    padding-top: 20px;
    }
    
.intro {
    position: relative;
    left: 360px;
    }
    
.intro h1, h1.name {
    font-family: CooperBlackStd;
    font-size: 2em;
    text-shadow: 0px -2px 3px #ccc;
    color: #c2c2c2;
    }
    
.intro h1.name, .intro p {
    position: left;
    left: 150px;
    top: -10px;
    }
    
.intro p {
    font-stretch: extra-condensed;
    word-spacing: 1px;
	line-height:normal;
}

.form, .sucesso {
    margin-top: 20px;
    position: relative;
    left: 400px;
}

label[for=email] {
    color: #B20000;
    font-size: 1.08em;
}

div.form-email {
    display: block;
    width: 560px;
    height: 62px;
    position: relative;
    top: 10px;
}

input.textfield {
    background: transparent url('/images/TextField.jpg') no-repeat 0 0;
    width: 400px;
    height: 62px;
    border: none;
    font-size: 2em;
    padding: 0 5px;
    color: #9B9B9B; 
}

input.submit {
    background: transparent url('/images/Submit.jpg') no-repeat 0 0;
    width: 140px;
    height: 62px;
    border: none;
    float: right;
}

#footer {
    display: block;
    width: 960px;
    position: fixed;
    bottom: 0px;
    padding: 10px 0;
    font-size: 11px;
	color:#000
}

#footer p.copyright {
    float: left;
}

#footer p.designed {
    float: right;



.clear {
    clear: both;
}

.sucesso h2 {
    font-size: 1.5em;
    color: #748c9e;
    margin-top: 60px;
}
