form p {
  margin: 0 0 10px 21px;
  float: left;
}

form p.bts {
  text-align: right;
  float: none;
  margin-right: 50px;
}

form p label {
  display: block;
  margin-bottom: 5px;
}

form p input[type="password"],
form p input[type="text"],
form p select,
form p textarea,
input[type="text"] {
  width: 275px;
  padding: 4px 7px;
}

form p textarea {
  height: 200px;
}

.vermelho {
  color: #f00;
}

.zebraDois {
  background: #eee;
}

form p input[type="submit"],
form p input[type="button"],
form p button[type="submit"] {
  width: 80px;
  cursor: pointer;
  background: #083657;
  border: 1px solid #083657;
  box-shadow: 0 0 7px #ccc;
  color: #fff;
  padding: 4px 7px;
}

.peq {
  width: 100px !important;
}

.min {
  width: 50px !important;
}

.mde {
  width: 150px !important;
}

.mdeGde {
  width: 250px !important;
}

.full {
  width: 880px !important;
}

table#listAutores {
}

table#listAutores tr {
}

table#listAutores tr td {
  padding: 5px;
}

table#listAutores span {
  display: block;
  font-size: 11px;
}

form#inscricao {
}

form#inscricao p {
}

form#inscricao p img {
  cursor: pointer;
}

form#inscricao p.opc span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

form#inscricao #listAutores {
  margin: 0 auto;
  width: 618px;
}

form#inscricao #listAutores li {
  list-style-position: inside;
  float: left;
  margin-left: 19px;
}

.listTrabalhos {
  width: 100%;
}

.listTrabalhos .a-center {
  text-align: center;
}

.listTrabalhos thead tr {
}

.listTrabalhos thead tr th {
  background: #eee;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 5px 0;
  font-size: 14px;
}

.listTrabalhos tbody tr {
}

.listTrabalhos tbody tr td {
  border-bottom: 1px solid #ccc;
  padding: 2px 0;
}

.linkCadastro a {
  color: #ccc;
  text-decoration: none;
  font-weight: bold;
}

.linkCadastro a:hover {
  color: #083657;
  text-decoration: underline;
}

ul.painel {
  margin-top: 20px;
}

ul.painel li {
  list-style: square;
}

ul.painel li a {
  color: #000;
  text-decoration: none;
}

ul.painel li a:hover {
  color: #083657;
  text-decoration: underline;
}

form p input#titulo {
  text-transform: uppercase;
  font-weight: bold;
}
