﻿/* styles for the buttons */
.WebButton
{
	margin:0;
	padding:0;
	list-style:none;
}

.WebButton .ButtonPartLeft
{
	width:5px;
	float:left;
	height:20px;
	background-repeat:no-repeat;
	background-image:url(../Image/WebButton/btn_left.jpg);
}

.WebButton .ButtonPartCenter
{
	float:left;
	height:20px;
	font-size:10px;
	cursor:pointer;
	font-family:Verdana;
	padding:4px 4px 0 4px;
	background-repeat:repeat-x;
	background-image:url(../Image/WebButton/btn_center.jpg);
}

.WebButton .ButtonPartRight
{
	width:5px;
	float:left;
	height:20px;
	background-repeat:no-repeat;
	background-image:url(../Image/WebButton/btn_right.jpg);
}
/* end of styles for the buttons */