/* CSS Document Created by : Md. Saidur Rahman(http://www.webtechnobd.com)*/    

.buttonNormal
{	
	PADDING-Bottom: 3px;
	PADDING-TOP: 2px;
    COLOR: black;
    CURSOR: hand;
    text-align: center;
	BACKGROUND-COLOR: #0099FF;
	font-size:12px;
	font-family: Verdana;
}

.buttonHighlight
{

	PADDING-Bottom: 3px;
	PADDING-TOP: 2px;
    COLOR: black;
    CURSOR: hand;
    text-align: center;
	BACKGROUND-COLOR: #3D3D3D;
    font-size:12px;
	font-family: Verdana;
}
.buttonDown
{
	PADDING-Bottom: 3px;
	PADDING-TOP: 2px;
    COLOR: #0099FF;
    CURSOR: hand;
    font-size:12px;
	font-family: Verdana;
}
.buttonCurrent
{
	PADDING-Bottom: 3px;
	PADDING-TOP: 2px;
    BACKGROUND-COLOR: #3D3D3D;
    COLOR: white;
    font-size:12px;
	font-family: Verdana;
}
