.button_set_right {
	float:right;
}

.button_set_left {
	float:left;
}

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

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

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

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

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

div.button div.btn_labels:hover {
	color: #000000;
}


div.button div.icon {
	width:16px;
	height:16px;
	float:left;
	padding: 0px 0 0 0;
	margin-top:4px;
	background-repeat:no-repeat;
	background-position:center center;
}

/* Available icons */

.button .new_user {
	background-image:url(../media/icon_new_user.gif);
}

.button .go {
	background-image:url(../media/icon_go.gif);
}

.button .ok {
	background-image:url(../media/icon_ok.gif);
}

.button .cancel {
	background-image:url(../media/icon_cancel.gif);
}

.button .browse {
	background-image:url(../media/icon_upload.gif);
}

.button .printer {
	background-image:url(../media/icon_printer.gif);
}

.button .add_music {
	background-image:url(../media/icon_add_music.gif);
}


.button .add_song {
	background-image:url(../media/icon_add_song.gif);
}