/* FORMS */
#form_contact p {
    font-size: 13px;
    margin-bottom: -4px;
}

.input-text {margin-bottom: 3px;}

.input-text, .textarea { padding: 5px; }
.select { padding: 4px; }
.input-text, .select, .textarea {
    font-size: 13px;
    color: #3a3a3a;
    background: url('../img/admin/input_bg.gif') top left repeat-x #f6f6f6;
    border: 1px solid #cccccc;
    float: left;
}
.input-text:focus, .select:focus, .textarea:focus {
    background: url('../img/admin/input_bg_focus.gif') top left repeat-x #ffffff;
    border-color: #97cded;
    -moz-box-shadow: 1px 1px 9px #97cded; -webkit-box-shadow: 1px 1px 9px #97cded; box-shadow: 1px 1px 9px #97cded;
}
.select option[selected=selected] { background-color: #e6e6e6; }
.input-text.marginL, .select.marginL { margin-left: 5px }
.input-text.marginR, .select.marginR { margin-right: 5px }
.input-file { float: left; }

.input_submit {
    font-family: Arial;
    width: 85px;
    height: 35px;
    background: #222;
    border: 0;
    font-size: 14px;
    color: white;
    cursor: pointer;
}
.input_submit:hover {
    color: black;    
    background: linear-gradient(to bottom, #f2d910, #c98409);

        /* Para Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #f2d910, #c98409) repeat-X;

    /* Para WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#f2d910), to(#c98409)) repeat-X;

    /* Para IE 8  */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2d910, endColorstr=#c98409)";

    /* Para IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2d910, endColorstr=#c98409);
}

/* Messages */
.message {
    padding: 10px 15px 10px 40px;
    margin: 10px 0;
    font-weight: bold;
    overflow: hidden;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    font-size: 12px;
}
.message a { color: #0006ff; }
.message a:hover { text-decoration: underline; }
.message p {
    width: 93%;
    float: left;
}
.message.error1 {
    border: 1px solid #e9c59b;
    background: #ffecce url('../img/admin/message.error1_bg.gif') 12px 12px no-repeat;
    color: #e3302c;
}
.message.success {
    border: 1px solid #bfde84;
    background: #edfbd8 url('../img/admin/message.success_bg.gif') 12px 12px no-repeat;
    color: #508600;
}
.message.info {
    border: 1px solid #bbdbe0;
    background: #ecf9ff url('../img/admin/message.info_bg.gif') 12px 12px no-repeat;
    color: #0888c3;
}
.message.warning {
    border: 1px solid #e5e181;
    background: #fefde2 url('../img/admin/message.warning_bg.gif') 12px 12px no-repeat;
    color: #666;
}
.message .close {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    background: url('../img/admin/message.close_bg.png') 0 0 no-repeat;
    margin-top: 1px;
    cursor: pointer;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.message .close.hover {
    -moz-opacity: 1;
    opacity: 1;
}

label.error {
    margin: 3px;
    padding: 3px 1px 4px 20px;
    font-size: 10px;
    color: red;
    display: block;
    float: left;
    border-bottom: 1px solid #FFF;
    background: #ffecce url('../img/admin/error_bg.gif') no-repeat 3px 3px;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border: 1px solid #e9c59b;
    line-height: 12px;
}

input.error, select.error {
    border: 1px solid #ff7878 !important;
}

.voltar {
    width: 71px;
    height: 25px;
    line-height: 22px;
    margin: 35px 0 25px 0;
    background: url('../img/admin/voltar_bg.gif') no-repeat;
    clear: both;
}
.voltar a {
    width: 61px;
    height: 100%;
    padding-right: 10px;
    display: block;    
    color: #444444;
    text-align: right;
    font-size: 12px;
}
.voltar a:hover {
    background-position: 0 -25px;
    color: #0063BE;
}

.pointer { cursor: pointer; }
.clear { clear: both; }
.display_none { display: none; }
.boxCheckList {
    max-height: 100px;
    overflow: auto;
}
.upper { text-transform: uppercase; }
.lower { text-transform: lowercase; }

.clearFix {
    float: none;
}

.leia_mais{ 
    font-size: 11px;
    text-transform: uppercase;
    color: #ebca0e !important;
    position: relative;
    top: 10px;
}
.leia_mais2{ 
    font-size: 11px;
    text-transform: uppercase;
    color: #ebca0e !important;
    position: relative;
    top: 10px;
    left: 55px;
}

.form_default label{
    text-transform: uppercase;
    margin: 20px 0 10px 0;
    float: left;
    width: 100%;
    text-indent: 20px;
    font-size: 16px;
    color: #79797a;
}

.select_default_box{ position: relative; height: 40px; float: left; width: 100% }
.select_default_left { 
    background: url(../img/select_default_bg.gif) left -80px no-repeat; 
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 40px;
    width: 10px;
}
.select_default_right { 
    background: url(../img/select_default_bg.gif) left -40px no-repeat; 
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 40px;
    width: 39px;
}
.select_default{
    float: left;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: none;
    background: url(../img/select_default_bg.gif) left top repeat-x;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 10px;
    margin: 0 0 10px 0;
    color: #4C4C4C;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
}

.QuaverSans, .QuaverSans *{
    font-family: 'QuaverSans', Arial, sans-serif;
}

/*@-moz-document url-prefix() { 
  .container .formulario .campo-select select {
     height: auto;
     padding-top: 13px;
     padding-bottom: 13px;
     background: url(../_img/select-new-ff.png) left top no-repeat;
  }
}*/