﻿/* buttons */
.btn
{
	border: 0px;
	border-collapse: collapse;
	cursor: pointer;
}
.btni
{
	width:16px;
	height:16px;
}
.btnl
{
	width: 8px; height: 23px;
	background-image: url('/images/btnleft.gif'); background-repeat: no-repeat; 
	padding: 0px;
}
.btnm
{
	color: #EEEEEE;
	font-weight: bold;
	width: auto; height: 23px;
	white-space: nowrap; text-align: center;
	background-image: url('/images/btnbg.gif'); background-repeat: repeat-x; 
	padding: 0px 4px;
}
.btnd
{
	color: #888888;
	font-weight: bold;
	width: auto; height: 23px;
	white-space: nowrap; text-align: center;
	background-image: url('/images/btnbg.gif'); background-repeat: repeat-x; 
	padding: 0px 8px;
}
.btnr
{
	width: 8px; height: 23px;
	background-image: url('/images/btnright.gif'); background-repeat: no-repeat; 
	padding: 0px;	
}
