.BUTTUP, .BUTTOVER, .BUTTDOWN, .BUTTDISABLE{
	font-size : 9px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-decoration : none;
	line-height : 170%;
	text-transform: capitalize;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0;
	word-spacing: 0;
	float: none;
	cursor:pointer;
	
	border-top: 1px solid #555555;
	border-right:  2px solid #555555;
	border-bottom: 2px solid #555555;
	border-left: 1px solid #555555;
}

.BUTTUP{
	color: maroon;
	background-color: #DDDDDD;
}
.BUTTOVER{
	color: navy;
	background-color: silver;
}

.BUTTDOWN
{
	color: WHITE;
	background-color: gray;

	border-top: 2px solid #111111;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 2px solid #111111;
}
