/**
 * Content Templater editor button CSS
 *
 * @package    Content Templater
 * @version    1.4.1
 * @since      File available since Release v1.0.0
 *
 * @author     Peter van Westen <peter@nonumber.nl>
 * @link       http://www.nonumber.nl/contenttemplater
 * @copyright  Copyright (C) 2010 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;

}
select.contenttemplater {
	margin-top: 2px;
	padding: 0;
	font-size: 10px;
	float: left;
}
body.cursor_wait * {
	cursor: wait !important;
}

/* APLite template */
#ap-main select.contenttemplater {
	margin-top: 0px;
}
