﻿.customButton_FluxMC
{
	color:#505050;
	text-align:left;
	cursor:pointer;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	float:left;
	border:0;
	position:relative;
	width:150px;
	height:19px;
	padding-right:4px;
}
.customButton_FluxMC .body
{
	color:#505050;
	text-align:left;
	cursor:pointer;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
	border:0;
	position:absolute;
	padding-top:2px;
	/*background:url('img/ButtonTile.gif') repeat-x;*/
	width:139px;
	left:15px;
	height:19px;
}
.customButton_FluxMC .left
{
	color:#505050;
	text-align:left;
	cursor:pointer;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	border:0;
	position:absolute;
	background:url('img/ButtonLeft.gif');
	width:11px;
	height:19px;
	left:0px;
}
.customButton_FluxMC .right
{
	color:#505050;
	text-align:left;
	cursor:pointer;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	border:0;
	position:absolute;
	/*background:url('img/ButtonRight.gif') no-repeat;*/
	width:0px;
	height:19px;
	left:139px;
}
