/* COLOR */

body {
    background: #F9F9FB url(../images/bg_repeat.gif) repeat-x;
}

/* BACKGROUND */

.main {
    background: url(../images/background.jpg) no-repeat top center;
    height: 876px;
    min-width: 1080px;
}

/* POSITION */

.content {
    top: 260px;
    margin: 0 auto;
    width: 1080px;
    height: 500px;
}

.content .box {
    left: 570px;
    width: 350px;
    height: 160px;
    padding: 30px;
}

.content .box-form {
    top: 240px;
    left: 550px;
    width: 440px;
    height: 230px;
    padding: 45px 10px 10px;
}

.content #optinDiv {
    text-align: center;
    position: absolute;
    top: 241px;
}

#componentRegistration
{
    width: 440px;
}
#componentRegistration input
{
    width: 100px;
}
div#componentRegistration_firstname_div
{
    width: 207px;
}
.content div#componentRegistration_email_div input
{
    width: 340px;
    margin-right: 0;
}
div#componentRegistration_lastname_div label
{
    width: 45px;
}
div#componentRegistration_lastname_div input {
    width: 173px;
}
input#componentRegistration_address,
input#componentRegistration_phone
{
    width: 340px;
    margin-right: 0;
}
#componentRegistration_phone_div label {
    width: 85px;
}

div#componentRegistration_zipcode_div input {
    width: 67px;
    margin-right: 10px;
}

input#componentRegistration_city {
    width: 210px;
}

/* SMALL BUTTON */

.content #optinDiv {
    width: 440px;
    text-align: justify;
}

.content .optinCampaignButtonImg {
    margin-right: 10px;
}
