.formulario
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.formulario>form>fieldset
{
	border-style: solid;
	border-width: 1px;
	width: 810px;
}
.formulario legend
{
	COLOR: #9F3D00;
	font-style: italic;
}
.formulario dl
{
	/*width: 90%;*/
}
.formulario dl dt
{
	float: left;
	width: 100px;
	margin: 0px;
	padding: 5px 2px 2px 2px;
	clear: both;
	text-align: right;
	color: #666666;
	/*color: #9F3D00;*/
}
.formulario dl dd
{
	float: left;
	width: 300px;
	margin: 0px;
	padding: 2px;
	text-align: left;
}
.formulario>form>fieldset>dl>dd
{
	/*float: none;*/
	width: 300px;
}
.formulario dl dt.doubleWidth
{
	width: 250px;
}
.formulario dl dd.middleWidth
{
	width: 200px;
}
.formulario dl dd.ResponseText
{
	padding-top: 5px;
	padding-bottom: 5px;
	/*width: 600px;*/
	border: 1px solid #666666;
	background-color: #FFFFCC;
	/*min-height: 100px;*/
}
input
{ 
	border: 1px solid #666666;
	background-color: #ffffff;
	font-size: 90%;
	width: 300px;
}
textarea
{ 
	border: 1px solid #666666; 
	width: 100%;
	font-size: 95%;
	overflow: auto;
}
select
{ 
	border: 1px solid #666666; 
	font-size: 90%;
}
.submit
{
	BACKGROUND: url(../Img/Button-SemiGrey_0.gif) transparent no-repeat;
	border-style: none;
	FONT-SIZE: 10px;
	COLOR: #666666;
	cursor: pointer;
	width: 100px;
	height: 22px;
	vertical-align: middle;
	padding-bottom: 1px;
	margin-bottom: 5px;	
	text-align: center;
}
input.submit:hover
{
	BACKGROUND: url(../Img/Button-SemiGrey_1.gif) transparent no-repeat;
}
.checkBox
{
	border-style: none;
	FONT-SIZE: 10px;
	COLOR: #990000;
	width: 20px;
	vertical-align: middle;
	padding-bottom: 1px;
	margin-bottom: 5px;	
}

.obligatorio
{
	background-color: #eeeeee; 
}
#errorMessages
{
	color: #FF0000;
}

.validMsg{
	width:16px;
	height:16px;
	border:0px;	
	padding-left:22px;
	margin-left:4px;
	display:none;
}
.textfieldValidState .validMsg, 
.textareaValidState .validMsg, 
.selectValidState .validMsg, 
.checkboxValidState .validMsg, 
.radioValidState .validMsg
{
	display:inline;
	background-image:url(../Img/Ok.gif);
	background-repeat:no-repeat;
}
.checkboxRequiredState .checkboxRequiredMsg, 
.checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, 
.selectRequiredState .selectRequiredMsg, 
.textareaRequiredState .textareaRequiredMsg, 
.textareaMinCharsState .textareaMinCharsMsg, 
.textareaMaxCharsState .textareaMaxCharsMsg, 
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.radioRequiredState .radioRequiredMsg
{
	display: inline;
	padding-top:1px;
	padding-bottom:2px;
	border:0px;	
	padding-left:22px;
	margin-left:4px;
	background-image:url(../Img/Error.gif);
	background-repeat:no-repeat;
}
