﻿.customButton_Default
{
	color:#000000;
	text-align:center;
	cursor:pointer;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	float:left;
	border:0;
	position:relative;
	width:110px;
	height:18px;
	padding-right:4px;
}
.customButton_Default .body
{
	color:#000000;
	text-align:center;
	cursor:pointer;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	border:0;
	position:absolute;
	
	padding-top:2px;
	background:url('img/ButtonTile.gif') repeat-x;
	width:80px;
	left:13px;
	height:18px;
}
.customButton_Default .left
{
	color:#000000;
	text-align:center;
	cursor:pointer;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	border:0;
	position:absolute;
	
	background:url('img/ButtonLeft.gif');
	width:13px;
	height:18px;
	left:0px;
}
.customButton_Default .right
{
	color:#000000;
	text-align:center;
	cursor:pointer;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	border:0;
	position:absolute;
	
	background:url('img/ButtonRight.gif') no-repeat;
	width:13px;
	height:18px;
	left:93px;
}