.frmInput {
	font-family: Arial;
	font-size: 12px;
	color: #900;
	text-decoration: none;
	border: 1px solid #063;
	background-color: #E1FFE1;
	padding: 4px;
}


.frmBtnIngresar {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
  border-radius:6px;
	background-image: url(../imgs/btnimg.png);
  border-image: none;
	background-repeat: repeat;
	text-align: center;
	height: 34px;
  width: 100px !important;
	font-weight: bold;
}
.thinput{
  width: 90%;
}





