﻿#nlTitle {
    height: 110px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#nlLogo {
    width: 300px;
    float: left;
    background: url(../images/Breathe_logo.jpg) no-repeat;
    height: 110px;
    margin-left: 90px;
}

    #nlLogo h1 {
        display: none;
    }

#nlLogoSorry {
    width: 980px;
    background: url(../images/breathe_sorry_UK.jpg) no-repeat;
    height: 110px;
}

#nlDesc {
    display: table-cell;
    vertical-align: middle;
    color: #686868;
    height: 110px;
    padding-left: 100px;
}

    #nlDesc h2 {
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
    }

    #nlDesc h3 {
        margin-top: 10px;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
    }

#nlTitle h2.nlWelcome {
    margin-top: 10px;
}



div.blue_bg {
    min-height: 200px;
    padding: 40px 10px 10px;
    background: #aae0fa url(http://media.intersurgical.com/uk/images/pages/breathe/breathe_wave_bottom.jpg) no-repeat 0 bottom;
    margin-bottom: 15px;
}

#brForm {
    float: left;
    width: 420px;
}

#brDesc {
    float: right;
    width: 450px;
    font-size: 1.2em;
}

#form {
    background-color: white;
    border-radius: 5px;
    color: #7f7f7f;
    padding: 20px;
    overflow: auto;
}

    #form label {
        display: block;
        margin-top: 10px;
        font-size: 13px;
        margin-bottom: 2px;
    }

    #form input[type=text] {
        display: block;
        border: 1px solid #cbcccd;
        height: 30px;
        font-size: 14px;
        color: #383838;
        width: 375px;
    }

    #form input[type=submit] {
        background-color: #29b19b;
        color: white;
        font-weight: bold;
        font-size: 13px;
        border-style: none;
        padding: 5px 10px;
        margin-top: 20px;
        float: right;
        border-radius: 5px;
        margin-right: 5px;
    }

        #form input[type=submit]:hover {
            background-color: #1c8675;
        }


ul.benefits li {
    margin-top: 5px;
    list-style-type: disc;
    list-style-position: inside;
}

.privacyNote {
    padding-top: 20px;
    color: #868686;
    padding-bottom: 10px;
}

    .privacyNote a {
        color: #868686;
        text-decoration: underline;
    }

.bottomNote {
    padding-left: 20px;
    padding-right: 20px;
    color: #868686;
}

    .bottomNote a {
        color: #868686;
        text-decoration: underline;
        font-size: 11px;
        margin-top: 8px;
    }

#brForm .brSuccess {
    background-color: white;
    border-radius: 5px;
    color: #7f7f7f;
    padding: 20px;
    overflow: auto;
}

#breatheLookOut {
    background-color: #3ebefb;
    color: white;
    width: 400px;
    padding: 10px;
    margin-bottom: 10px;
}
