@charset "utf-8";

/**
 * -----------------------------------------------------------------------------
 * com_muscol	Music Collection component for Joomla
 * -----------------------------------------------------------------------------
 *
 * @package		Muscol
 * @copyright	Copyright (C) 2009 - 2016 JoomlaThat!. All rights reserved.
 * @license		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL v2 or later
 * @author		JoomlaThat!
 * website		http://www.joomlathat.com
 * support		support@joomlathat.com
 */

.cb_myablums{
	margin-bottom:5px;
	padding:5px;
	background-color:#eee;
	border:1px solid #CCC;
	-moz-border-radius:4px;
}
.cb_myablums select{
	width:107px;
	margin-right:5px;
}
.cb_myablums input[type="text"]{
	width:100px;
	margin-right:5px;
}
.cb_pagination{
	margin-bottom:5px;
}
.add_new_album{
	text-align:right;
	margin-bottom:10px;
}
.add_album_button{
	padding:5px;
	padding-left:24px;
	background:#eee url(images/cdr.png) 3px 3px no-repeat;
	border:1px solid #CCC;
	-moz-border-radius:4px;
}
.add_artist_button{
	padding:5px;
	padding-left:24px;
	background:#eee url(images/user.png) 3px 3px no-repeat;
	border:1px solid #CCC;
	-moz-border-radius:4px;
}