#Formulario, frmBusqueda
{
	text-align:center;
	width: 80%;
	margin-bottom: 10px;
	top:50px;
	bottom:50px;
	clip:rect(0px,auto,0px,auto);
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:5px;
}

fieldset
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	padding: 10px;
	background-color: #DFDFFF;
	border: 1px solid #6090ff;
}

fieldset table, fieldset table tr, fieldset table td
{
	border: none;
	background-color: #DFDFFF;
}

fieldset input[type="text"], #inputArea textarea, select
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin-bottom: 5px;
	padding: 4px;
	background-color: #FFF;
	border-left-style:none;
	border-top-style:none;
	border-right-style:none;		
	border-width: 2px;
	border-bottom-style: dotted;
	border-color: #6090ff;

}

fieldset input[type="text"]:focus, #inputArea textarea:focus, select:focus
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin-bottom: 5px;
	padding: 4px;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #6090ff;
}
 
