table.formulario
{ width: 100%; font-size: 12px;
 }
table.formulario th
{ text-align: right; vertical-align: top; padding: .4em .4em .4em .6em; white-space: nowrap; font-weight: bold;
 }
table.formulario td
{ padding: .2em; text-align: left; vertical-align: top; }
table.formulario td.frm_fases
{ text-align: center; padding: 1em .2em .2em .2em; border-bottom: 1px solid black; background-color: #FFFAF0; }
table.formulario td.frm_fases a
{ margin: 0 .6em 0 .1em; padding: .4em 2.2em .2em .6em; color: black; border: 1px solid #FFFAF0; font-size: 11px;
 text-decoration: none;
 background-position: 90% 50%; background-repeat: no-repeat; background-image: url('http://apenas-livros.com/modulos/forms/imagens/fase_neutro.gif'); }
table.formulario td.frm_fases a.seleccionado
{ cursor: default; }
table.formulario td.frm_fases a.seleccionado, table.formulario td.frm_fases a:hover
{ border: 1px solid black; border-bottom: 0; background-color: white; }
table.formulario td.frm_fases a.sucesso
{ background-color: #C0FFA0; background-position: 95% 50%; background-repeat: no-repeat; background-image: url('http://apenas-livros.com/modulos/forms/imagens/fase_sucesso.gif'); }
table.formulario td.frm_fases a.erro
{ background-color: #FFC0A0; background-position: 95% 50%; background-repeat: no-repeat; background-image: url('http://apenas-livros.com/modulos/forms/imagens/fase_erro.gif'); }
table.formulario td.frm_fases a.confirma,table.formulario td.frm_fases a.confirma_seleccionado
{ background-color: #FFF000; background-position: 95% 50%; background-repeat: no-repeat; background-image: url('http://apenas-livros.com/modulos/forms/imagens/fase_confirma.gif'); }
table.formulario td.frm_fases a.confirma_seleccionado
{ border: 1px solid black; border-bottom: 0; background-color: #FFFF00; cursor: default; }
table.formulario td.frm_titulo
{ padding: 1em 0 0 .2em; font-size: 18px;
 font-weight: bold;
 }
table.formulario td.frm_descricao
{ padding: 1em 1em 0 1em; font-size: 14px;
 }
table.formulario td.frm_separador
{ border-bottom: 1px solid #FFEAC0; }
table.formulario td.frm_controlo
{ padding: .2em .4em .2em .4em; background-color: #FFFAF0; text-align: right; border-right: 5px solid #FFEAC0; border-bottom: 1px solid #FFEAC0; border-left: 1px solid #FFEAC0; font-size: 12px;
 }
table.formulario th.frm_campo,table.formulario th.frm_obrigatorio
{ background-color: #FFFAF0; border-left: 1px solid #FFEAC0; }
table.formulario td.frm_campo,table.formulario td.frm_obrigatorio
{ padding: .4em .4em .6em .4em; border-right: 5px solid #FFEAC0; border-bottom: 1px solid #FFEAC0; border-left: 1px solid #FFEAC0; }
input,textarea,fieldset,legend,label
{ font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
 font-size: 12px;
 }
fieldset
{ background-color: #FFFAD0; border: 1px solid #A0A0A0; margin: 0 0 1em 0; padding: .6em .6em .2em .6em; width: auto; }
legend
{ background-color: #FFFFFF; border: 1px solid #A0A0A0; margin-left: 1em; padding: .1em .2em .1em .2em; }
fieldset div
{ margin: 0 0 .5em 0; }
table.formulario .frm_erro
{ color: black; border: 2px solid red; background-color: #FFF0D0; }
table.formulario th.frm_erro
{ border-right: 0; }
table.formulario td.frm_erro
{ border-left: 1px solid #FFEAC0; padding-left: 32px; background-position: 5px 50%; background-repeat: no-repeat; background-image: url('http://apenas-livros.com/modulos/forms/imagens/alerta20x20.gif'); }
table.formulario th.frm_obrigatorio
{ background-color: #FFDAB0; color: darkred; }
table.formulario td.frm_obrigatorio
{ background-color: #FFDFC0; }
table.formulario div.descricao
{ margin: 0 0 .4em 0; }
table.formulario div.erro
{ color: #C00000; margin: 0 0 .4em 0; font-weight: bold;
 }