input.button02 {width: 75; height: 21; font-family: Tahoma, Arial; color: darkgreen; font-size: 8pt; font-weight: bold; text-decoration: underline; background: #e6fae6; border-width: 1px; border-color: black; cursor: hand;}
input.button03 {width: 75; height: 21; font-family: Tahoma, Arial; color: darkgreen; font-size: 8pt; font-weight: bold; text-decoration: underline; background: #e6fae6; border-width: 1px; border-color: black; cursor: hand;}
input.botaocomum {
    font-family: Tahoma, Arial;
    color: darkgreen;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: underline;
    background: #e6fae6;
    border-width: 1px;
    border-color: black;
    cursor: pointer;
    padding: 1px 6px;
    margin: 1px;
}
input.form_button { width: 75; height: 21; font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; background: url(../images/forms/button_bg.gif); border-width: 2px; cursor: hand;}
input.form_file {height: 21; font-size: 8pt; font-weight: normal; font-family: Tahoma, Arial; border-style: solid; border-width: 1px; border-color: gray gainsboro gainsboro gray;}
input.form_textbox {font-size: 8pt; font-weight: normal; font-family: Tahoma, Arial; background-color: white; border-style: solid; border-width: 1px; border-color: gray gainsboro gainsboro gray;}
input.large	{width: 100px;}
input.medium {font-size: 10pt;}
input.number {text-align: right;}
input.smallfont {font-size: 8pt;}

select.form_dropdown {font-family: Tahoma, Arial; font-size: 8pt; font-weight: none; background-color: #FFF;  cursor: hand; border-color:#C0C0C0;}

textarea.form_textarea {font-size: 8pt; font-weight: normal; font-family: Tahoma, Arial; background-color: white; border-style: solid; border-width: 1px; border-color: gray gainsboro gainsboro gray;}

/*##############################################################################
Estilos para botões da toolbar */

input.toolbar {width: 21; height: 21; cursor: hand;}
input.add {background: url(../../images/toolbar/add.gif);}
input.back {background: url(../../images/toolbar/back.gif);}
input.calc {background: url(../../images/toolbar/calc.gif);}
input.cancel {background: url(../../images/toolbar/cancel.gif);}
input.config {background: url(../../images/toolbar/config.gif);}
input.delete {background: url(../../images/toolbar/delete.gif);}
input.edit {background: url(../../images/toolbar/edit.gif);}
input.new {background: url(../../images/toolbar/new.gif);}
input.open {background: url(../../images/toolbar/open.gif);}
input.report {background: url(../../images/toolbar/report.gif);}
input.reset {background: url(../../images/toolbar/reset.gif);}
input.save {background: url(../../images/toolbar/save.gif);}

/*##############################################################################
Estilos para eventos */

#blur {background-color: ""; font-weight: "";}
#focus {background-color: aliceblue; font-weight: normal; border-style: solid; border-color: black silver silver black;}

.finvalid {
    background-color: #fdd2b9;
    color: #220200;
    border: 1px solid #a00;
}
