input {
  border:       1px #7f7f7f solid;
  font-family:  Helvetica,Arial;
  font-size:    12px;
  color:        #1f1f1f;
  height:       20px;
}
input.checkbox{
  border:       1px ##7f7f7f solid;
  height:       15px;
  width:        15px;
  margin: 2px;
}
input.nocontrol{
  height: 30px;
  width: 100px;
  font-size: 20px;
  text-align: center
}


input.submit {
 background-color: #eeeeee;
 width: 					 100px;
 height:					 20px;
}
input.boton {
 background-color: #dddddd;
 width: 					 80px;
 height:					 20px;
}

select {
  border: 1px #7f7f7f solid;
  font-family: Helvetica,Arial;
  font-size: 12px;
  color: #1f1f1f;

}
select.select{
  width: 200px;
}
div.selector{
  text-align: left;
}

textarea{
  font-family: Helvetica,Arial;
  font-size: 12px;
  color: #1f1f1f;
}

.folio{
  color:red;
  border:0px;
  font-family:Arial Narrow;
  font-size:20px;
  height: 30px;
  text-transform: uppercase;
}


label {
	width: 11em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	padding-left: 1.5em;
}

