/* template.css */ 

.documento {
  position:absolute;
  left:50%;
  width:300px;
  margin: 100px 0px 0px -150px;
  z-index:4;
  background-color: #f2f6f9;
  border-top:1px #004A80 solid;
  border-bottom:1px #004A80 solid;
}

.documento h3 {
  background-image: url(../../image/darkblue/sel.png);
  background-repeat: no-repeat;
  background-position: 5px 0;
  margin-top: 3px;
  padding: 2px 0 0 25px; 
}

.documento form {
  margin: 25px 0px 0px 0px;
}

.documento .field {
  margin: 10px;
  width: 180px;
}

.documento .caption {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size: 11px;
  margin: 10px 0;
}

.documento .input {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #004A80;
  border: 1px #004A80 solid;
  width: 275px;
  padding: 3px;
}

.documento-button {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  border: 1px #ffffff solid;
  height: 22px;
  background: #004A80 url(../../image/darkblue/bk_t-grid.png) repeat-x;
  margin: 10px;
}

.documento .documento-button {
  float: right;
}

.erro {
  width: 300px;
  height: 40px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin: -20px 0 0 -150px;
  font-size: 9pt;
}

.erro .mensagem {
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.dropdown  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #004A80;
	border: 1px #004A80 solid;
	width: 275px;
	margin: 10px;
	padding: 3px;
}

.texto{
	font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size: 11px;
  margin: 10px ;
}

	

