

#artistpage .settings .inner {
	padding: 5px 0px 5px 0px;
}

#artistpage .settings form .buttonbar {
	margin: 0px 0px 0px 10px;
	float: right;
}

#artistpage .settings form .buttonbar .stdButtonContentText {
	width: 62px;
	text-align: center;
}


#artistpage .settings .comboBoxBar .addButton {
	float: right;
}

#artistpage .settings .comboBoxBar .comboBoxContent {
	float: left;
	width: 185px;
}

#artistpage .settings .comboBoxBar .comboBoxContent input{
	width: 182px;
}

#artistpage .selectOrderedList {
	float: left; 
	border: none; 
	background-color: transparent;
	font-weight: bold;
	color: #aaaaaa;
	text-align: left;
	width: 190px;
	border: none;
}

#artistpage .settingsOrderedListItem .buttonbar {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 0px;
}
#artistpage .settingsOrderedListItem .buttonbar .upButton {
	float: right; 
}

#artistpage .settingsOrderedListItem .buttonbar .downButton {
	float: right; 
}

#artistpage .settingsOrderedListItem .buttonbar .deleteButton {
	float: right; 
}


#artistpage .settingsOrderedListItem .editFieldContent {
	width: 179px; 
	margin-right: 0px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

#artistpage .addButton .add {
	float: left;
	background: url(../../all/img/icons/plus.png) no-repeat 0px;
	height: 15px;
	width: 12px;
	margin: -1px 0px 0px 0px;
}

#artistpage .upButton .up {
	float: left;
	background: url(../../all/img/icons/up.png) no-repeat 2px;
	height: 10px;
	width: 12px;
	margin: 1px 0px 0px -1px;
}
#artistpage .downButton .down {
	float: left;
	background: url(../../all/img/icons/down.png) no-repeat 2px;
	height: 10px;
	width: 12px;
	margin: 1px 0px 0px -1px;
}
#artistpage .deleteButton .delete {
	float: left;
	background: url(../../all/img/icons/close.png) no-repeat 2px;
	height: 10px;
	width: 15px;
	margin: 1px -2px 0px -2px;
}