﻿button
{
	background:none;
	border:none;
	line-height:16px;
	height: 16px;
	font-weight: bold;
	color:White;
	font-family:Tahoma,Arial Narrow,Helvetica;
	font-size:8pt;
	cursor:pointer;
	position:relative;
	bottom:1px;
	/*right:2px;*/
}

button:focus::-moz-focus-inner { border-color: transparent ! important; }

.button:hover
{
	background-color: #a0df80;
}

.button
{
	border:none;
	background-image: url(../img/btn_l.gif);
	background-position: 0px center;
	background-repeat:no-repeat;
	/*padding:0px 0px 0px 4px;*/
	background-color: #a0d080;
	font-size:13px;
	/*margin-right:4px;*/
}

.button:hover
{
	background-image: url(../img/btn_l_hover.gif);
}

.button span:hover
{
	background-image: url(../img/btn_r_hover.gif);
}

.button span
{
	background-image: url(../img/btn_r.gif);
	background-position: 100% 0px;
	background-repeat:no-repeat;
}