/* Formularios */
BUTTON
{
	margin: 0.3em 0.3em 0.3em 0em;
	padding: 0.1em;
	font-size: 11px;
	line-height: 16px;
	color: #909690;
	border: 1px solid #d3d3d3;
	text-align: center;
	float: left;
	background-color: #fff;
	font-family: "Lucida Grande", "Verdana", "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}

BUTTON:hover, BUTTON:focus { color: #317BA0; }

FIELDSET
{
	border-width: 0em;
	padding: 2em;
	background-color: #fff;
	border: 1px solid #E5E5E5;
}

FORM
{
	padding: 0em;
	font-family: "Lucida Grande", "Verdana", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	color: #909690;
}

INPUT
{
	width: 100%;
	margin-bottom: 0.4em;
	font: "Lucida Grande", "Verdana", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #317BA0;
	border: 1px solid #d3d3d3;
}

INPUT[type="radio"] { width: 1em; }
INPUT[type="checkbox"] { width: 1em; }

LABEL
{
	font: "Lucida Grande", "Verdana", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #909690;
}

LEGEND
{
	font-family: "Lucida Grande", "Verdana", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #909690;
	padding: 1em;
	text-align: center;
}

SELECT
{
	margin: 0px;
	padding: 2px;
	font: "Lucida Grande", "Verdana", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 10em;
}

OPTGROUP { }
OPTION { }

TEXTAREA
{
	width: 100%;
	margin-bottom: 4px;
	font: "Lucida Grande", "Verdana", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #317BA0;
	border: 1px solid #d3d3d3;
}

