.active
{
	BORDER-BOTTOM: gray 1px solid;
	BORDER-LEFT: white 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: white 1px solid;
	CURSOR: hand;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px
}
.inactive
{
	MARGIN-LEFT: 1px;
	MARGIN-RIGHT: 1px;
	MARGIN-TOP: 2px;
	VISIBILITY: visible
}

INPUT.text
{
	background-color: #BBD2C5;
	color:#000000;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px dotted #000000;
}

INPUT.submit
{
	BORDER-RIGHT: #AAB7A5 thin solid;
	BORDER-TOP: #EAF7E5 thin solid;
	FONT-WEIGHT: bold;
	BORDER-LEFT: #EAF7E5 thin solid;
	CURSOR: hand;
	LINE-HEIGHT: 1;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #AAB7A5 thin solid;
	FONT-FAMILY: arial,helvetica;
	BACKGROUND-COLOR: #BBD2C5
}
