button {
    width: 24px;
	height: 24px;
	margin-right: 2px;
	background-color: #fff;
	background-repeat: no-repeat;
	
	border: 1px solid #f0f0ee;
	padding: 0px;
}

button:hover, button.unselected:hover {
	border: 1px solid #999;
}

button.selected {
	border: 1px solid #ce9100;
	background-color: #fff;
}

button.unselected {
	border: 1px solid #f0f0ee;
	background-color: #fff;
}

button.publish {
	padding:5px;
	display:block;
}

/*textarea.canvases {
	height:300px;
	width: 400px;
}
*/

div.textile-toolbar {
	background-color: transparent;
	padding: 3px;
	margin-bottom: 1px;
}

#ed_strong    { background: #fff url(/images/textile-editor/bold.png) no-repeat center center; }
#ed_emphasis  {	background: #fff url(/images/textile-editor/italic.png) no-repeat center center; }
#ed_underline {	background: #fff url(/images/textile-editor/underline.png) no-repeat center center; }
#ed_strike    {	background: #fff url(/images/textile-editor/strikethrough.png) no-repeat center center; }
#ed_ul        {	background: #fff url(/images/textile-editor/list_bullets.png) no-repeat center center; }
#ed_ol        {	background: #fff url(/images/textile-editor/list_numbers.png) no-repeat center center; }
#ed_p         {	background: #fff url(/images/textile-editor/paragraph.png) no-repeat center center; }
#ed_h1        { background: #fff url(/images/textile-editor/h1.png) no-repeat center center; }
#ed_h2        {	background: #fff url(/images/textile-editor/h2.png) no-repeat center center; }
#ed_h3        {	background: #fff url(/images/textile-editor/h3.png) no-repeat center center; }
#ed_h4        { background: #fff url(/images/textile-editor/h4.png) no-repeat center center; }
#ed_indent    { background: #fff url(/images/textile-editor/indent.png) no-repeat center center; }
#ed_outdent   {	background: #fff url(/images/textile-editor/outdent.png) no-repeat center center; }
#ed_justifyl  {	background: #fff url(/images/textile-editor/left.png) no-repeat center center; }
#ed_justifyc  {	background: #fff url(/images/textile-editor/center.png) no-repeat center center; }
#ed_justifyr  {	background: #fff url(/images/textile-editor/right.png) no-repeat center center; }
#ed_justify   { background: #fff url(/images/textile-editor/justify.png) no-repeat center center; }
#ed_block     { background: #fff url(/images/textile-editor/blockquote.png) no-repeat center center; }

#ed_image    { background: #fff url(/images/textile-editor/image.png) no-repeat center center; }