#formulario {
	margin: 5px;
	width: 570px;
}

#formulario input, #formulario select {
	height: 19px;
}

h5 {
  background: url(http://www.acessa.com/xiis/img2/bg_h3.gif) repeat-x;
  border-bottom: 1px dotted #F07C28;
  color: #F07C28;
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin: 20px 0 10px;
  padding-left: 5px;
}

.outras h5 {  
  border: none;
  font-variant: normal;
  margin:0 5px 5px 0;
}

h5.arquivo {
    text-align: center;
}

h5.arquivo a,
h5.arquivo a:link,
h5.arquivo a:visited {
  background: none;
  text-decoration: none;
  color: #f76414;
}


#formulario label {
	font-weight: bold;
}

#formulario table td {
  padding-bottom: 5px;
}

#ok {
	border-top: 2px solid #F07C28;
	text-align: center;
	margin-top: 15px;
	padding-top: 5px;
}

#ok input {
	height: auto;
}

/*------------- OOPS ----------------*/

#formulario.oops label {
	width: 100px;
	display: block;
	margin-bottom: 5px;
	vertical-align:  top;
	float: left;
}

#formulario.oops input, #formulario.oops select {
	margin-bottom:5px;
}

#formulario.oops form {
	margin-left: 20%;
}

/*------------- OOPS ----------------*/

