#form-title {
    text-align: center;
}

#form_pap {
    font-family: times;
}

#form_pap label {
    display: block;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

#form_pap h1 {
    color: #333;
}

#form_pap h2 {
    border-color: #777;
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    width: 80%
}

#form_pap input[type="text"],
input[type="date"],
select,
textarea {
    width: 60%;
}

#form_pap input[type="radio"] {
    margin-right: 5px;
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: 15px;


}

label {
    display: block;
    width: 100px;
    float: left;
}

#result {
    margin-bottom: 20px;
}

.bt {
    width: auto !important;
}

label.error {
    color: #FF0000;
    width: 250px;
}

.labels {
    font-family: 'Baloo Tamma 2', cursive;
    color: #696969;
    position: relative;
    bottom: -7px;
}

.labels_barra {
    font-family: 'Baloo Tamma 2', cursive;
    color: #696969;
    position: relative;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    background: #F5F5F5;
    box-shadow: 1px 1px 1px 1px #DCDCDC;
    width: 100%;
    text-align: left;
}

.titulos {
    font-size: 18px;
    background: #F5F5F5;
    box-shadow: 1px 1px 1px 1px #DCDCDC;
    width: 100%;
    font-family: 'Baloo Tamma 2', cursive;
    text-align: center;
    margin-bottom: 5px;
    line-height: 2;
}

.tabela {
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 14px;
    background: #F5F5F5;
    box-shadow: 1px 1px 1px 1px #DCDCDC;
    width: 100%;
    text-align: left;
}

select {
    width: 100%;
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C8C7C9;
    border-radius: 3px 3px 3px 3px;
    color: #939598;
    font-size: 14px;
    outline: medium none;
    padding: 5px;
}

input {
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C8C7C9;
    border-radius: 3px 3px 3px 3px;
    color: #939598;
    font-size: 14px;
    outline: medium none;
    padding: 5px;
}

.campo {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C8C7C9;
    border-radius: 3px 3px 3px 3px;
    color: #939598;
    font-size: 14px;
    outline: medium none;
    padding: 5px;
    width: 200px;
}
.CampoBotao {
    border: 1px solid #C8C7C9 !important;

}

.aba {
    font-size: 12px;
    background: #e6f2ff;
    border-radius: 4px 4px 4px 4px;
    /*    box-shadow: 1px 1px 1px 1px #DCDCDC;    */
    font-family: 'Baloo Tamma 2', cursive;
    color: #004d99;
    width: 100px;
    height: 30px;
    font-size: 14px;
    margin-bottom: 1px;
    margin-left: 2px;

}

.relativo_radio {
    position: relative;
    right: 44px;
    top: 5px;
}

.relativo_label {
    position: relative;
    left: 22px;
    top: -11px;
}

.div_mensagens {    
    height: 100%;
    background: #ffffcc;
    font-family: 'Baloo Tamma 2', cursive;
    color: #996633;
    font-size: 12px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 4px;
    padding: 10px;
}

.datas {
    width: 100% !important;
}

.message {
    background: url(../images/exclamation.png) top left no-repeat;
    padding-left: 18px;
    font-size: 11px;
    font-weight: bold;
    color: #cc3300;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

#tipo_pessoa {
    width: 100%;
}

.red {
    color: #ff0000;
}