.hideThis { display: none; }

form#formCadastro label.error {
  display: block;
  font-weight: bold;
  color: #c00;
}

form#formCadastro,form#formCadastro p{
  margin: 0;
  padding: 0;
  font-size: 11px;
}

form#formCadastro p {
  display: block;
  height: 30px;
}

form#formCadastro p.req label,form#formCadastro fieldset.req legend span,form#formCadastro p label.req {
  text-decoration: underline;
}

form#formCadastro p label{
  display: block;
  width: 120px;
  float: left; 
  text-align: right;
  padding: 3px 3px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
  width: 117px;
}

form#formCadastro p .entTxt {
  float: left;
  width: 290px;
}

form#formCadastro p .wPq { width: 40px; }
form#formCadastro p .wMd { float: left; width: 130px; }

form#formCadastro p#setFSegmento { display: none !important; }
form#formCadastro p#setFSegmento.showThis { display: block !important; }

form#formCadastro fieldset {
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 120%;
  margin-bottom: 15px;
}

form#formCadastro fieldset strong { display: block; padding-bottom: 5px; }
form#formCadastro fieldset div {
  float: left;
  width: 210px;
  height: 30px;
}
form#formCadastro fieldset.listRow div {
  float: none;
  width: auto;
  height: auto;
  padding: 5px 0;
}

form#formCadastro fieldset.listRow input.espDef { border: none; }

form#formCadastro input.opt {
  vertical-align: middle;
  border: none;
  float: left;
  margin-right: 3px;
}

span.clearFull {
  display: block;
  clear: both;
}

span.clearFull.div10 { height: 10px; }
span.clearFull.div20 { height: 20px; }

