/* Styles used for the Newsletter Signup Module */

* {
    margin: 0;
    padding: 0;
}

h3 {
    color: #1E1E1E;
    font-size: 34px;    
    font-weight: lighter;
    line-height: 36px;
    margin: 16px 0 4px;
}

h4 {
    color: #1E1E1E;
    font-size: 16px;    
    line-height: 15px;
    margin: 0;
    padding: 0 0 6px;
}

img, form, fieldset {
    border: medium none;
    display: block;
}

input, select, textarea {
    color: #333333;
    outline: medium none;
}

input, select, textarea {
    color: #333333;
    outline: medium none;
}

html[xmlns] .clear {
    display: block;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.main {
    border: 1px solid #EBEBEB;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    width: 300px;    
}

.main h3 {
    color: #E83F37;
    font-family: "encore-sans-pro",sans-serif !important;
    font-size: 28px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    text-transform: uppercase;
    font-style: normal;
}

.main h4 {
    font-size: 12px;
    font-family: "encore-sans-pro",sans-serif !important;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 800;
    font-style: normal;
}

.signup_form .row {
    background: none repeat scroll 0 0 #FDE8E9;
    display: block;
    font-family: "encore-sans-pro",sans-serif !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
    margin: 10px 0 0;
    margin-bottom: 10px;
    padding: 1px 0;
    width: 100%;
}

.signup_form .row input.text {
    border: 1px solid #1E1E1E;
    height: 27px;
    vertical-align: bottom;
    width: 190px;
}

.signup_form .row input.check {
    height: 14px;
    width: 14px;
    display: block;
}

.signup_form .row label {
    font-size: 10px;
    font-weight: 800;
    line-height: 10px;
    float: left;
    position: relative;
    margin-left: 20px;
    bottom: 9px;
    margin-bottom: 2px;
}

.signup_form .row input.btn_signup {
    background: url("../images/buttons-numbers.png") 
        no-repeat scroll 0 -150px transparent;
    border: medium none;
    color: rgba(0, 0, 0, 0);
    font: 0px/0 a;
    height: 27px;
    margin: 0 0 0 5px;
    text-shadow: none;
    vertical-align: bottom;
    width: 77px;
}

.signup_form .row input.btn_signup:hover {
    background: url("../images/buttons-numbers.png") 
        no-repeat scroll 0 -200px transparent;
}


#newsletter-signup-email {
    background: none repeat scroll 0 0 transparent;
    margin: 10px 0 0;
}

#newsletter-signup-explain {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    margin: 0;
    position: relative;
}

