div.button {
	height: 23px;
	background: url(/img/button/bg_button_right.gif) right no-repeat;
	width: auto;
	float: left;
	cursor: pointer !important;
	margin-right: 5px;
}

div.button input {
	height: 23px;
	background: url(/img/button/bg_button_left.gif) left no-repeat;
	color: #ffffff;
	font-weight: bold;
	border: none;
	overflow: visible;
	display: inline;
	margin: 0px;
	padding: 0px 15px 4px 15px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer !important;
}

div.button input:hover {
	background-image: url(/img/button/bg_button_left_hover.gif);
	padding: 0px 15px 2px 15px;
} 

div.button:hover {
	background-image: url(/img/button/bg_button_right_hover.gif);
} 