.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: block;
	color:#E31937;
	background-color: #e9f4fc;
	white-space:nowrap;
	margin: 1px 0 5px 0;
	padding:2px 0;
	font-weight:bold;
}
.textfieldValidState input, input.textfieldValidState {
	background-color:#6cc3ee;
	border:none;
}
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	display: block;
	color: #000000;
	background-color: #ffde00;
	white-space:nowrap;
	margin:0;
	padding:2px;
	border:none;
}
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
	border:none;
	padding:2px;
}
.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}
/* TERMINAN VALIDACION */
.noticesBox	{
	line-height:1.5em;
	}
.warning{
	color:white;
	font-weight:bold;
	background-color:#109dd9;
	padding:4px;
	}
.okay{
	color:white;
	font-weight:bold;
	background-color:#109dd9;
	padding: 4px;
	}
/*
PRE	{
margin-left: 50px;
width: 600px;
white-space: normal;
}



INPUT.button	{
	text-align: center;
	margin: 5px 0 10px;
}
.boxRight	{
	width: 220px;
	margin: 0 0 100px 10px;
	float: right;
	padding: 25px 5px;
	border: 1px solid #de3908;
	border-top-width: 5px;
	border-right-width: 3px;
	border-bottom-width: 20px;
	clear: right;
}
.boxRight h4	{
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
}
.boxRight p	{
	margin: 4px 0 4px 10px;
	line-height: 1.3em;
}
.boxRight hr	{
	width: 100px;
}
.boxRight li	{
	margin-left: -5px;
	line-height: 1.3em;
}
.boxRight a:link, .boxRight a:visited	{
	text-decoration: none;
}
.boxRight a:hover	{
	text-decoration: underline;
}

#commentform TEXTAREA, #mainContent INPUT	{
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	letter-spacing: 1px;
	word-spacing: 4px;
	padding: 2px;
}
LEGEND	{
	font-variant: small-caps;
	font-size: 1.4em;
	padding: 0;
	color: #292929;
}
#commentform LABEL	{
	font-variant: small-caps;
	font-size: 1.4em;
	padding: 5px 0 5px 0;
	color: #292929;
}
.selected, .unselected	{
	background-position: 0 5px;
}*/