
body{
    background-color: black;
    color: white;
    font-family: arial;
    font-size: 12px;
    margin: 0 0 40px 0;
}

a:visited, a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ED4172;
    font-weight: bold;
    text-decoration: none;
}

.field input, select, textarea{
    width: 400px;
    float: right;
    margin: 0;
    background-color: black !important;
    border: 1px solid white;
    color: #CCC;
}

textarea{
    height: 250px;
}

label{
    width: 174px;
    float: left;
    margin: 0;
}

select{
    width: 402px;
}

fieldset{
    float: left;
    padding: 0;
    border: 0;
    width: 450px;
}

.detail{
    width: 400px;
    float: left;
}

button#submit{
    float: left;
    width: 151px;
    height: 46px;
    background: transparent url(/images/subscribe/subscribe.jpg) no-repeat center top;
    text-indent: -1000em;
    border: 0;
    padding: 0;
    margin: 20px 0 0 194px;
    overflow: visible;
    cursor: pointer;
}

button#button-reset{
    float: left;
    width: 80px;
    height: 46px;
    background: transparent url(/images/subscribe/reset.jpg) no-repeat center top;
    text-indent: -1000em;
    border: 0;
    padding: 0;
    margin: 20px 0 0 20px;
    overflow: visible;
    cursor: pointer;
}

div#content{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

img#logo{
    float: left;
    clear: right;
}

img#flock{
    float: left;
    margin: 30px 0 30px 60px;
}

h2#title{
    float: right;
}

div#intro{
    float: right;
    width: 400px;
    margin: 10px 0 30px 200px;
    line-height: 26px;
}

form#subscription-form{
    float: left;
    margin-bottom: 40px;
}

.fielddesc{
    text-align: right;
    width: 175px;
    padding-right: 20px;
    float: left;
}

.fielddesc *{
    float: right;
}

div#interests{
    padding-top: 20px;
    margin-bottom: 40px;
}

div#interests input{
    float: left;
    margin: 0 30px 20px 0;
    width: 16px;
    border: 0;
    padding: 0;
}

div#interests label{
    margin: 0 0 20px 0;
    width: 150px;
}

div.field{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#privacy{
    line-height: 17px;
}

#otherreferrer{
    height: 100px;
}

.footer{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #808284;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 40px;
}

