h3{ font-family: georgia; font-size: 22px; font-style: italic; padding: 20px 0 40px}

.formulario{
    width: 700px;
}
#notifica{
    letter-spacing: 1px;
    font-size: 11px;
    width: 100%;
}
.border_bottom{border-top: 4px solid #3B8686; margin-bottom: 10px; margin-top: 10px; width: 700px;}
.notifica-no-border{ letter-spacing: 1px; font-size: 11px; text-align: center; } 
#col1{
    width: 350px;
    float: left;
    border-right:1px dashed #3B8686;
    padding-top: 20px;
}
#col2{
    width: 349px;
    float: right;
    padding-top: 20px;    
}

form p{
    margin: 10px 0 2px 15px ;
}

.clear{clear: both}

.input, .radio, .checkbox, .textarea, .select, .select options { 
    margin-bottom: 20px;
    margin: 0px 0 2px 15px ; 
    width: 80%;
/*    border: 1px solid #CCC;*/
    padding: 3px;
}
.textarea { height: 80px }
.checkbox, .radio { width: 15px; height: 15px; }
.radio{ margin: 10px 0 2px 10px }
.label{ margin: 0 0 40px 15px }
.p_radio{ width: 100px; float: left;}
.flutuante{ float: left;  margin-top: 3px; border-top: 1px solid #DDD;}
.submit{ margin-top: 15px; }
.erro{
    width: 700px;
    font-family: georgia, serif;
    font-style: italic;
    font-size: 16px;
    color: #e2da00; /* amarelo */
    letter-spacing: 1px;
    background-color: #cc0000; /* vermelho */
    
    margin-bottom: 20px;
    padding: 20px 0;
}


.ok{
    width: 700px;
    font-family: Arial;
    letter-spacing: 1px;
    background-color: #F0F0F0;
    border-top: 1px solid #3B8686;
    border-bottom: 1px solid #3B8686;
    margin-bottom: 10px;
}

.voltar{
    width: 700px;
    font-family: Arial;
    letter-spacing: 1px;
    background-color: #F0F0F0;
    border-top: 1px solid #3B8686;
    border-bottom: 1px solid #3B8686;
    margin-bottom: 10px;
}

/*AJUSTES CADASTRO CURSO*/
/*#frm_curso #col1{ height:920px; }
#frm_curso #col2{ height:920px; }*/

/*AJUSTES CADASTRO MODULO*/
#frm_modulo #col1{ height:200px; }
#frm_modulo #col2{ height:200px; }

/* AJUSTES CADASTRO DE UNIDADES */
#frm_unidade #col1{ height:700px; }
#frm_unidade #col2{ height:700px; }

#frm_aula #col1 { min-height: 400px; }
#frm_aula #col2 { min-height: 400px; }

#frm_aluno #col1 { min-height: 400px; }
#frm_aluno #col2 { min-height: 400px; }

/*AJUSTES ALTERNATIVA*/
.formulario_alternativa{
    width: 900px;
}
.textarea-alternativa {
    margin: 0px 0 2px 15px ;
    width: 100%;
    border: 1px solid #CCC;
}
.alternativa-letter{ width: 20px; text-align: center;}
.alterar-a{text-decoration: none;}
.alterar-input{
    cursor: pointer;
    border: 1px solid #3B8686;
    background-color: #DDD;
    font-family: Arial;
    font-size: 16px;
    letter-spacing: 1px;
}

/*AJUSTE DICAS*/
.dica-input{  margin-top: 10px; padding: 5px; border-bottom: 4px solid #3B8686; padding-bottom: 15px;}
.dica-input input { width: 400px; text-align: center;}


/* CADASTRO DE ALUNOS */
form#frm_aluno #cpf,
form#frm_aluno #rg,
form#frm_aluno #data_nascimento,
form#frm_aluno #telefone,
form#frm_aluno #cep{ width: 120px }

form#frm_aluno #estado { width:30px }


