
/* ---------------------------------------------------------------------------------*/
/* Info styles */
/* ---------------------------------------------------------------------------------*/


select {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 10pt;
	width: 180px; 
}
.input	{
	border: 0.1em solid #000000;
	color: #000000;
	background-color:#FFFFFF;
	background-image: url('../img/bgform.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	font-family: arial;
	font-size: 9pt;
	width: 260px; 
}

textarea {
	border: 0.1em solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('../img/bgform.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	font-family: arial;
	font-size: 9pt;
	width: 260px; 
}

.frmCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.empty {}
.formtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
label {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
