/*
body {
        color: #333;
        padding: 0 30px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 76%;
}
*/

.panel {
        clear: both;
        display: none;
        border: 3px solid #CCC;
        padding: 1em;
}
.panel.active-tab-body {
        display: block;
}
#tabs {
        list-style: none;
}

#tabs li {
        float: left;
}

#tabs a {
        float: left;
        padding: 5px 8px;
        margin-left: 6px;
        background-color: #F2F2F2;
        text-decoration: none;
        color: #999999;
}

#tabs a.active-tab {
        background-color: #CCC;
        border-top: 3px solid #999;
        padding-top: 3px;
        color: #000;
}
input.disabled {
        border: 1px solid #F2F2F2;
        background-color: #F2F2F2;
}

input.required, textarea.required {
        border: 1px solid #00A8E6;
}

select option {
     background-color: #ffe;
     border: 1px solid #00A8E6;
/*	 width: 233px;
	 height: 34px;
	 padding: 8px 5px 5px 5px;
	 padding-left: 100px; */
}

select option.alt {
    background-color: #eff;
    border: 1px solid #00A8E6;
}

input.notrequired, textarea.notrequired {
        border: 1px solid #00A8E6;
}

input.validation-failed, textarea.validation-failed {
        border: 1px solid #FF3300;
        color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
        border: 1px solid #616262;
        color : #000;
}

.validation-advice {
        margin: 5px 0;
        padding: 5px;
        background-color: #FF3300;
        color : #FFF;
        font-weight: bold;
}

.custom-advice {
        margin: 5px 0;
        padding: 5px;
        background-color: #C8AA00;
        color : #FFF;
        font-weight: bold;
}

fieldset {
        padding: 1em;
        margin-bottom: 0.5em;
}

label {
        font-weight: none;
}
.form-row {
        clear: both;
        padding: 0.5em;
}

.field-label {

}

.field-widget {

}

#appearance-select{
   -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
   -moz-appearance: none; /* Remove estilo padrão do FireFox */
   appearance: none; /* Remove estilo padrão do FireFox*/
   background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-appearance.gif) no-repeat #eeeeee;  /* Imagem de fundo (Seta) */
   background-position: 218px center;  /*Posição da imagem do background*/
   width: 315px; /* Tamanho do select, maior que o tamanho da div "div-select" */
   height:20px; /* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
   border:1px solid #ddd;
}
