
#emf-container div.emf-div-field input,
#emf-container div.emf-div-field textarea, 
#emf-container div.emf-div-field select { 
    padding: 8px;
    font-size: 1.15em;
    font-weight: 300; 
    color: rgb(51, 51, 51);
    background-color: #FFF;
    border: 1px solid #808285; /* DK GREY */
}

#emf-form {
    padding: 0;
}



#emf-logo {
    display: none; 
}


#emf-container #emf-form.leftLabel label.emf-label-desc,
label.emf-label-desc, 
div.emf-div-field label {
    font-size: 1.2em;
    font-weight: 300; 
}

label.emf-label-desc, 
div.emf-div-field label {
    font-size: 1.2em;
    font-weight: 300; 
}


#emf-container ul li {
    margin: 0 0 10px 0;
}


#emf-container #emf-li-post-button input{
    color: #003C65 /* CAG BLUE */;
    background-color: #FFF;
    padding: 4px 35px;
    border: 2px solid #003C65 /* CAG BLUE */;
    text-decoration: none; 
    font-size: 1.25em;
}

#emf-container #emf-li-post-button input:hover{
    text-decoration: none;
    background-color: #003C65 /* CAG BLUE */;
    color: #FFF;
}

#emf-form input {
    padding: 10px;
}




/* CONFIRMATION */
#outer-after-post, #outer-after-splash {
    background-color: #003C65 /* CAG BLUE */;
    font-family:"museo-sans", san-serif; 
    width: 50%;
    
}


#outer-after-post h2, #outer-after-splash h2 {
    padding: 30px;
    color: #FFF; 
}
