/**
 * Content Templater editor button CSS
 *
 * @package    Content Templater
 * @version    1.2.3
 * @since      File available since Release v1.0.0
 *
 * @author     Peter van Westen <peter@nonumber.nl>
 * @link       http://www.nonumber.nl/contenttemplater
 * @copyright  Copyright (C) 2009 NoNumber! All Rights Reserved
 * @license    http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

.button2-left div.contenttemplater {
	background: transparent url(../images/button_right.png) no-repeat scroll 100% 0pt;
	padding-right: 16px;
	height: 22px;
}
select.contenttemplater {
	margin: 2px 6px 0px 6px;
	font-size: 10px;
}
body.cursor_wait * {
	cursor: wait !important;
}