div.button {
	height:19px;
	float:left;
	margin: 4px 2px 0 2px;
}

div.button div.leftcap {
	background:url(../media/button_leftcap.gif) no-repeat top left;
	width:3px;
	height:22px;
	float:left;
}

div.button div.rightcap {
	background: url(../media/button_rightcap.gif) no-repeat top left;
	width:3px;
	height:19px;
	float:left;
}

div.button div.icon {
	background: url(../media/button_fill.gif) repeat-x;
	height:19px;
	float:left;
	padding: 1px 0 0 0;
}

div.button div.btn_labels {
	background:url(../media/button_fill.gif) repeat-x;
	color: #cccccc;
	font-size: 9px;
	font-weight: bold;
	float:left;
	height:19px;
	padding: 3px 5px 0 3px;
}

div.button div.btn_labels:hover {
	background:url(../media/button_fill.gif) repeat-x;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	float:left;
	height:19px;
	padding: 3px 5px 0 3px;
}