.button {
	float: left;
	height: 16px;
	width: 175px;
	position: relative;
	}
.button_link {
	float: left;
	height: 15px;
	width: 147px;
	position: relative;
	background-color: #ed3e01;
	text-align: right;
	padding-right: 3px;
}
.button_onoff {
	float: right;
	height: 16px;
	width: 25px;
	position: relative;
}

.button_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.button_link a:hover {
	text-decoration: line-through;
}