.buttonNormal, .buttonGreen, .buttonRed, .buttonInactive
{
	float: left;
}
.buttonRightNormal, .buttonRightGreen, .buttonRightRed, .buttonRightInactive
{
	float: right;
}

.buttonNormal, .buttonGreen, .buttonRed, .buttonInactive, .buttonRightNormal, .buttonRightGreen, .buttonRightRed, .buttonRightInactive
{
	display: block;
	margin:0 7px 0 0;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;

	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 80%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	padding:5px 10px 6px 7px;
}

.buttonNormal img, .buttonGreen img, .buttonRed img, .buttonInactive img, .buttonRightNormal img, .buttonRightGreen img, .buttonRightRed img, .buttonRightInactive
{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}

.buttonNormal, .buttonInactive, .buttonRightNormal, .buttonRightInactive
{
	color:#565656;
}

.buttonNormal:hover, .buttonRightNormal:hover
{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}

.buttonNormal:active, .buttonRightNormal:active
{
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

.buttonGreen, .buttonRightGreen
{
	color:#529214;
}

.buttonGreen:hover, .buttonRightGreen:hover
{
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}

.buttonGreen:active, .buttonRightGreen:active
{
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}

.buttonRed, .buttonRightRed
{
	color:#d12f19;
}

.buttonRed:hover, .buttonRightRed:hover
{
	background-color:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}

.buttonRed:active, .buttonRightRed:active
{
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}

