*
{
    margin: 0;
    padding: 0;
}
body
{
    background: none repeat scroll 0 0 #e3e6e7;
    color: #384248;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,"Jamrul",sans-serif;
}
#header .nav_wrapper
{
    /*background: none repeat scroll 0 0 #464648;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1010;
}
.nav_wrapper .nav_container
{
    height: 55px;
    margin: 0 auto;
    text-align: center;
    max-width: 1032px;
    min-width: 600px;
    overflow: hidden;
    color: #fff;
}
#wrapper
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -280px;
    display: none;
}
#hero-container, #shell, .nav_wrapper .nav_container
{
    width: 580px;
}
#shell
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 3px;
    position: relative;
    top: 10px;
}
.container
{
    margin: 0 auto;
    position: relative;
    width: 1032px;
}
#content
{
    background-color: #FFFFFF;
    border-radius: 4px;
}
#content p
{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
}
p
{
    font: 13px "Lucida Grande","Lucida Sans Unicode",Verdana,"Jamrul",sans-serif;
}
.pad
{
    padding: 45px;
    padding-top: 35px;
}
#pagina_login .field
{
    background: none repeat scroll 0 0 #EBECEC;
    padding: 10px;
}
.big, .big input
{
    font-size: 18px;
}
.field input, .field textarea
{
    padding: 6px;
    width: 97%;
}
.field select
{
    padding: 6px;
    width: 100%;
}
.field
{
    border-radius: 5px;
    display: block;
    position: relative;
}
span.field.password a
{
    color: #384248;
    font-size: 11px;
}
span.field.password input
{
    margin-right: 15px;
    width: 300px;
}
a, a:hover, a:active, a:focus
{
    outline: medium none;
}
a
{
    color: #0093DA;
    text-decoration: none;
}
#pagina_login .link.green, .link.green
{
    background: linear-gradient(to bottom, #A4CB53 0%, #86BB3F 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
    color: #FFFFFF;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#pagina_login input.submit
{
    font-size: 13px;
    margin-right: 10px;
    padding: 10px 20px;
    text-align: left;
    width: auto;
}
#pagina_login .link, .link
{
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
    text-align: center;
    width: auto;
}
#pagina_login input, #pagina_login select, #pagina_login textarea, #pagina_login button
{
    border: 1px solid #D7D9DA;
    color: #525760;
}
#pagina_login .link.green, .link.green
{
    background: linear-gradient(to bottom, #A4CB53 0%, #86BB3F 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
    color: #FFFFFF;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.form_submit
{
    text-align:center
}
#pagina_login input, #pagina_login select, #pagina_login textarea, #pagina_login button
{
    border: 1px solid #D7D9DA;
    color: #525760;
}
#logoEmporio
{
    height: 75px;
}
input:focus
{
    outline: none;
    color: #525760;
}
a:focus, a:active,
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner
{
    border: 0;
    outline: 0;
}
.mensagem
{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 15px;
}
#overlay
{
    background: none repeat scroll 0 0 #384247;
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1005;
}
#overlay-wrapper
{
    background: none repeat scroll 0 0 rgba(56, 66, 71, 0.75);
    border: 10px solid rgba(56, 66, 71, 0.75);
    border-radius: 10px;
    display: none;
    font-size: 14px;
    width: 510px;
    z-index: 1006;
}
#overlay-content
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 5px;
    padding: 35px;
}
#overlay-content .connect
{
    display: inline-block;
    margin-top: 20px;
}
#overlay-content:after
{
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#overlay-wrapper .form_submit
{
    border: medium none;
    float: none;
    height: auto;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 0;
    text-align: center;
    z-index: 0;
}
#overlay-wrapper h1
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}
#overlay-wrapper h2
{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 20px 40px;
}
#overlay-wrapper.overlay-login h1
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: medium none;
    color: #525760;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
}
#pagina_login #overlay-wrapper input.link.green[type="submit"]
{
    border: medium none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    width: auto;
}
#pagina_login #overlay-wrapper input.link.green[type="submit"]:hover
{
    background: none repeat scroll 0 0 #83B73E;
}
#overlay-wrapper span.field
{
    background: none repeat scroll 0 0 #EBECEC;
    border-radius: 5px;
    display: block;
    margin: 0 0 20px;
    padding: 10px;
}
#pagina_login #overlay-wrapper span.field.password a
{
    color: #384248;
    font-size: 11px;
}
#overlay-wrapper span.field input
{
    border: 1px solid #D7D9DA;
    font-size: 16px;
    padding: 10px;
    width: 95%;
}
#overlay-wrapper span.field.password input
{
    margin-right: 15px;
    width: 243px;
}
#overlay-wrapper a#overlay_close
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 10px solid rgba(56, 66, 71, 0.75);
    border-radius: 100px;
    color: #7A8086;
    display: block;
    font-weight: bold;
    opacity: 1;
    position: absolute;
    right: -19px;
    top: -15px;
}
#overlay-wrapper a #overlay-close-wrap
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 100px;
    display: block;
    height: 28px;
    width: 27px;
}
#overlay-wrapper a #overlay-close-x
{
    display: block;
    left: 8px;
    line-height: 0;
    position: absolute;
    top: 12px;
    z-index: 2000;
}
#overlay-wrapper a #overlay-close-clip
{
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 30px;
    position: absolute;
    right: 19px;
    top: 15px;
    width: 30px;
    z-index: 1999;
}
#overlay-wrapper a#overlay_close
{
    background-size: 47px 48px;
}
#overlay-wrapper a#overlay_close:hover
{
    opacity: 1;
}
.remember
{
    font-size: 11px;
    position: relative;
}
.nav_wrapper.error
{
    background-color: #c62d24;
}
.icone_alert
{
    background-image: url(../arquivos/imagens/error_alert.png);
    width: 17px;
    height: 18px;
    float: left;
    vertical-align: middle
}
.icone_sucess
{
    background-image: url(../arquivos/imagens/success_alert.png);
    width: 17px;
    height: 17px;
    left: 442px;
    top: 16px;
    float: left;
    vertical-align: middle
}
.icone_processando
{
    background-image: url(../arquivos/imagens/ajax-loader.gif);
    width: 16px;
    height: 16px;
    float: left;
    vertical-align: middle
}
.icone_erro
{
    background-image: url(../arquivos/imagens/error_alert.png);
    width: 17px;
    height: 18px;
    left: 442px;
    top: 16px;
    float: left;
    vertical-align: middle
}
.loader_bola
{
    background-image: url(../arquivos/imagens/loader_bola.gif);
    width: 24px;
    height: 24px;
    float: left;
    vertical-align: middle
}
img
{
    border: 0;
}