/* - - - - - - - - - - - - - - - - - - - - -

 Title : Custom CSS
 Author : EmailMeForm
 URL : http://emailmeform.com

 Last Updated : June 22, 2011

 - - - - - - - - - - - - - - - - - - - - - -

INSTRUCTIONS

You can modify all or portions of these CSS rules.

- - - - - - - - - - - - - - - - - - - - - */


/* -- Logo -- */


div#emf-container {
    min-width: 300px;
    max-width: 1080px;
                   background-color:#dfdfdf;
}

#emf-container input, #emf-container select {
    border-radius: 5px;
    padding: 10px 10px;
    background-color: #E8F0FE!important;
    border:1px solid;
    box-shadow: none;
}
#emf-container .emf-field-new_address input, #emf-container .emf-field-new_address select {margin-top:1.5em;background-color:white;}

#emf-container .emf-field-phone input, #emf-container .emf-field-new_name input {
    width: auto;
    margin-top: 0;
}
#emf-container .emf-field-new_name span {width:auto!important}
#emf-container #emf-form li.highlight-field, #emf-container .emf-field-list tbody tr:hover, #emf-container .emf-field-grid tbody tr:hover {
    background-color: rgba(108, 117, 125, .1);
    background-image: none;
}
