/* 
    Document   : landing2
    Created on : May 17, 2013, 11:09:00 AM
    Author     : Jamie
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background: #fff;
}

@media (min-width: 960px) {
    .container{
        width:950px;
    }
    
    .row-bg {
        background:url(/images/card-swipe.jpg) bottom right no-repeat;
    }
}

/*@media (min-width: 750px) {
    label{
        display: none;
    }

    .comments label {
        display:initial;
    }
}
*/


.extend {
    margin-bottom: 50px;
    padding:8px;
}

h1 {
    font-size: 2.6em;
    font-weight: 300;
}

h2.heading {
    margin:0; 
    padding:1em 1em 1.4em .6em;
}

p.tiny {
    font-size:.7em;
}

p.negative {
    color:#fff;
    background: #fcba63;
    font-size: 1.2em;
    line-height: 1.6em;
    padding: .5em;
}

p.final_line {
    font-size:1.3em;
}

input.submit_bl {
    background: #51c0f5 url(/images/do-submit-bl.png) bottom repeat-x;
    border: 1px solid #1f7baa;
    color: #fff;
    font-size: 1.2em;
    font-weight:200;
    padding:5px 10px;

    -webkit-border-radius: .25em; 
    -moz-border-radius: .25em;
    border-radius: .25em;
}

input.submit_bl:hover {
    background: #51c0f5;
}

input.submit_sm {
    font-size: 1.2em;
    font-weight:200;
    padding:6px;

    -webkit-border-radius: .25em; 
    -moz-border-radius: .25em;
    border-radius: .25em;
}

.error_list li {
    width: 80%;
    margin-left: 10%;
}
