.textRequiredMsg,
.textfieldMaxValueMsg,
.textMailMsg,
.textDateMsg,
.textDateOutRangeMsg,
.textOptionMsg,
.textLengthMinMsg,
.textPassMsg,
.textFileExtensionMsg
{
	display: none;
}

.textRequiredMsgError,
.textfieldMaxValueMsgError,
.textMailMsgError,
.textDateOutRangeMsgError,
.textDateMsgError,
.textOptionMsgError,d
.textLengthMinMsgError,
.textPassMsgError,
.textFileExtensionMsgError
{
	display: inline;
	color:#FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}


select, input {
/*	border: 1px solid #2D5B00;
	background-image: url(../pic/css/forms/fondo_input.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	border-radius: 3px;*/
}


.Bottom {
    background-image:url(../pic/css/forms/FondoBoton.gif);
   	border: 1px solid #ffffff;
	border-color:#5E7E7E;
	color: #000000;
}


.errorMensajes {
	border: 1px dotted #096;
	padding: 3px 5px 1px 5px;
	background-color:#F1DADA;
	margin: 1px auto;
	width: 98%;
}

.Check {
		border:thin;
		border-bottom:thick;
}

.InputDocumento{
   border-bottom-style:solid;
   border-width: 1px;
   border-color:#000000;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 24pt;
   text-align:center;
}

.InputDocumento2{
   border-bottom-style:solid;
   border-width: 1px;
   border-color:#000000;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 16pt;
   text-align:center;
}

.selectBig {
  font-family: Tahoma, Verdana, Arial;
  font-size: 18pt; color: #000000;
  border: #000099;
  border-style:hidden;
  border:solid;
  border-width:thin;
}

.select {
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  color: #000000;
  border: #000099;
  border-style:hidden;
  border:solid;
  border-width:thin;
}

input:focus, select:focus, textarea:focus {
	/*background: #FFBFC9;*/
}
