div.button {
	display: inline-block;
	display: inline;
}

input.button, div.button input {
	cursor: pointer;
	/* overflow: visible; */ /* text disappers in IE7 */
}
.box {
	height: 1%;
}
.clearfix {
	zoom: 1;
}

.button input { position: relative; top: -1px; }
