/* Regular Button */
div.CustomButton
{
	height: 20px;
	display: inline;
}



div.CustomButton input
{
	height: 20px;
	border-width: 0;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 0.91em;
	font-weight: bold;
	cursor: pointer;
	background-color: Transparent;
	padding: 0px 3px 3px 5px;
	background-image: url('../../Images/Controls/CustomButton/Button-Left.gif');
	background-position: left 0px;
	background-repeat: no-repeat;
	float: left;
	display: block;
}

div.CustomButton span.Right
{
	background-image: url('../../Images/Controls/CustomButton/Button-Right.gif');
	background-repeat: no-repeat;
	height: 20px;
	width: 2px;
	float: left;
	display:block;
	background-position: right 0px;
}

div.CustomButton:hover input
{
	background-position: left bottom;
}

div.CustomButton:hover span.Right
{
	background-position: right bottom;
}