.button {
	width: 120px;
	height: 26px;
	font-family: Times New Roman, serif;
	font-size: 16px;
	color: #45343a;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(/images/button-bg.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
input.clear {
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
	width:20px;
	height: 15px;
}
