<style>
img {border: 0}
.btn
{
	padding: 0 0 0 0;
	cursor: hand;
	// height:20px
}
.sbtn
{
	background-color:#eff;
	border:1 solid #aaf;
	padding:1 3 0 3; /* top right bottom left */
	color:#66a;
	cursor:pointer;
}
.etc
{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
</style>