/* EZbutton CSS */

input.ezbutton {
	border:none;
	margin:0;
	color:#000000;
	background:transparent;
	cursor:pointer;
	font: normal 11px Tahoma, geneva, sans-serif;
}

table.ezbutton {
	border:none;
	margin:2px 5px 0px 1px;
	cursor:pointer;
	width:1%;
	border:0;
	display: inline;
	vertical-align: bottom;
}

table.ezbutton td {
	margin:0;
	padding:0;
}

.bl {
	background:url(../img/img_buttons/ezbutton_left.gif) no-repeat left top;
	width:5px;
	height:18px;
}

.bb {
	border:none;
	margin:0;
	background:url(../img/img_buttons/ezbutton_tile.gif) repeat-x center top;
	height:18px;
	white-space:nowrap;
	border:0;
	/*text-align: center;*/
}

.br {
	background:url(../img/img_buttons/ezbutton_right.gif) no-repeat right top;
	width:5px;
	height:18px;
}
