/* mod old style */
.Qsong_item .s_info span.trackid {
  width: 30px;
}
/**/

/* edit bar */
a#bar_for_editsong{background:url('../../img/sprite.png') no-repeat 0 -1px; padding-left:18px; color:#999;}
a#bar_for_editsong:hover{background-position: 0 -17px;}
a#bar_for_addsong{background:url('../../img/sprite.png') no-repeat 0 -33px; padding-left:18px; color:#999;}
a#bar_for_addsong:hover{background-position: 0 -49px;}
/**/

/* guide mask */
#list_collect .chapter{position:relative;}
#editsong_mask{position:absolute;z-index:99;right:-38px;top:-80px;width:430px;height:290px;background:url('../../img/mask.png') no-repeat;}
#editsong_mask b{position:absolute;right:0;top:0;width:60px;height:60px;cursor:pointer;}
/**/

/* edit button */
a.song_edit,
a.song_delete {
  float: left;
  overflow: hidden;
  width: 16px;
  height: 17px;
  background: url("http://img.xiami.net/res/v3/img/edit_buttons.gif") no-repeat 0 0;
  text-indent: -9999px;
}
a.song_edit:hover {
  background-position: 0 -18px;
}
a.song_delete {
  background-position: -63px 0;
}
a.song_delete:hover {
  background-position: -63px -18px;
}
/**/

/* edit form */
.s_edit {
  display:none;
  background: url("http://img.xiami.net/res/img/default/bg_sprit2.gif") no-repeat 0 -10px;
  margin-bottom: 4px;
  padding-top: 4px;
}
.s_edit form {
  position:relative;
  background-color: #f5f5f5;
  border-top: 1px solid #f5bc85;
  padding: 5px 8px;
}
.s_edit span{line-height:3;color:#A0A0A0;}
.s_edit textarea{box-sizing:border-box;width:100%;height:100px;resize:none;border:1px solid #CCC;}
.s_edit em{margin-right:5px;line-height:62px;font-style:normal;color:#A0A0A0;}
.s_edit input{width:50px;line-height:26px;border:1px solid #CCC;}
.s_edit .action{position:absolute;right:5px;bottom:21px;}
.s_edit button{width:60px;margin:0 5px;line-height:26px;border:2px solid #F60;border-radius:4px;background-color:#F60;color:#FFF;cursor:pointer;}
.s_edit button:hover{background-color:#E65C00;border-color:#E65C00;}
.s_edit button[name="s_edit_cancel"]{background-color:transparent;color:#F60;}
.s_edit button[name="s_edit_cancel"]:hover{border-color:#E65C00;color:#E65C00;}
/**/

/* loader */
#loader {
	margin-top:10px;
	border:1px solid #E1E4E6;
	border-radius:3px;
	background-color:#F5F9FA;
	line-height:28px;
	text-align:center;
	color:#666;
}
#loader a {
	display:block;
	color:#666;
}
#loader a:hover {
	background-color:#F0F4F5;
}
#loader.error {
	border-color:#F0DDC5;
	background-color:#FFEBD1;
	color:#C26B1F;
}
#loader.error a {
	color:#C26B1F;
}
#loader.error a:hover {
	background-color:#FFEBD1;
}
#loader.loading b {
	display:inline-block;
	width:16px;
	height:16px;
	margin-right:10px;
	background:url('http://img.xiami.net/static/img/music/loader.gif');
	vertical-align:middle;
}
/**/