/* CSS Document */

/* formulários */
form{text-align:center}
fieldset{
/*    background-color:#FAEBD7;*/
    display:inline;
    margin-left:8px;
    margin-top:40px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom: 15px;
    text-align:center;
}
legend{margin-bottom:10px; color: #000000;}
.label1{margin-right:5px;margin-top:3px;margin-bottom:10px;}
.label1negrito{font-weight:bold;margin-right:5px;margin-top:3px;margin-bottom:10px;}
.inptext{width:23em;margin-bottom:10px;}
.inppass{width:23em;margin-bottom:10px;}
.inptext1{margin-bottom:10px;}
.inptext2{margin-bottom:10px;margin-right:5px;}
.select{
    width:30em; /*width:22em;*/
    margin-bottom:10px;
}
.select_1{
    width:33em;
    margin-bottom:10px;
/*    position: absolute;*/
/*    overflow: auto;*/
}
.div_periodo{float:right;margin-bottom:10px;}
.textarea{width:22em;margin-bottom:10px;}
.radio{margin-right:5px;margin-bottom:10px;}
.checkbox{margin-right:5px;margin-bottom:10px;}
.ddmmyyyy{clear:left;}