INPUT, INPUT.frm, BUTTON, .frm, INPUT.button, SELECT, OPTION
{
	border: solid 1px #000000;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

.chkbox {
	border: none;
}

INPUT.frm, BUTTON, INPUT.button
{
	height: 22px;
}

INPUT.button, BUTTON
{
	background-color: #999999;
	color: white;
	font-weight: 700;
}

FORM
{
	margin: 0px, 0px, 0px, 0px;
	padding: 0px;
}


.fLabel
{
	text-align: left;
	font-weight: 400;
	color: #000000;
}

.fElement
{
	/* text-align: left; */
}

.fError
{
	text-align: left;
	color: red;
	font-weight: 600;
	font-size: 9px;
}

form
{
	margin: 0px 0px 0px 0px;
}

.textauto {
	cursor: hand;
	background-color: #CCCCCC;
}
.textautoover {
	cursor: hand;
	background-color: #333333;
	color: white;
}