
/* EZbutton CSS */

input.ezbutton {
	border:none;
	margin:0;
	color:#333;
	background:transparent;
	cursor:pointer;
	font: 11px/18px Arial, Helvetica, sans-serif;
}

table.ezbutton {
	border:none;
	cursor:pointer;
	border:0;
	float:none;
	display: inline;
	vertical-align: middle;
}

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

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

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

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

