.button_background {
	background: #919191; 
}

.button {
	border: 0px solid black;
	display: block; 
	padding: 0px;	
	padding-top: 0px;
	font-size: 10pt;
	text-align: right;
	cursor: pointer;
	position: relative;
	top: -4px;
	left: -4px;
/*	background-color: #336681; */
}

.button * {
	cursor: pointer;
}
.button img.round_left {
	position: absolute;
	left: -2px;
	top: -1px; 
}

.button img.round_botleft {
	position: absolute;
	left: -2px;
	bottom: -1px; 
}

.button img.round_right {
	position: absolute;
	right: -2px;
	top: -1px; 
}

.button img.round_botright {
	position: absolute;
	right: -2px;
	bottom: -1px; 
}

.button table {
	height: 25px; 
	width: 100%; 
	margin-right: 0; 
	margin-bottom: 0;
}

.button table td {
	color: inherit;
	text-align: center;
	vertical-align: middle; 
/*	color: white; */
	font-size: 10pt;
	padding: 0; 
	margin: 0; 
}