/* subscribe form */
.newsletter-sign-box.subscribe-form
{
    width: 600px;
}
.newsletter-sign-box.subscribe-form form
{
    display: block;
}
.newsletter-sign-box.subscribe-form table
{
    width: 100%;
}
.newsletter-sign-box.subscribe-form table input,
.newsletter-sign-box.subscribe-form table select
{
    width: 100%;
}
.newsletter-sign-box.subscribe-form table input[type=checkbox]
{
    width: initial;
    margin-right: 4px;
}
.newsletter-sign-box.subscribe-form table fieldset
{
    margin-top: 6px;
    margin-bottom: 6px;
}
.newsletter-sign-box.subscribe-form table fieldset label
{
    margin-right: 6px;
}
.newsletter-sign-box.subscribe-form h1
{
    padding-bottom: 6px;
    margin-bottom: 16px;
    border-bottom: solid 1px #D6D6D6;
}
.newsletter-sign-box.subscribe-form input[type=submit]
{
    margin-top: 12px;
    padding: 4px 10px;
}

/* unsubscribe form */
.newsletter-sign-box.unsubscribe-form h1
{
    padding-bottom: 6px;
    margin-bottom: 16px;
    border-bottom: solid 1px #D6D6D6;
}
