.zeditor
{
	background-color: #EEEEEE;
}

.zeditor .toolbar
{
	background-color: #C4DF9B;
	border: 1px solid #97AC78;
}

.zeditor .toolbar-button
{
	float: left;
	padding-right: 0.25em;
	margin: 0.25em 0.25em 0 0.25em;
}

.zeditor .textarea
{
	border: 1px solid #BBBBBB;
}

input
{
	font: inherit;
}

.zeditor-bold-button
{
	background: url( '../images/bold-16.png' ) center center no-repeat;
	font-size: 8px;
	overflow: hidden;
	width: 16px;
}

.zeditor-break-button
{
	background: url( '../images/break-16.png' ) center center no-repeat;
	font-size: 8px;
	overflow: hidden;
	width: 16px;
}

.zeditor-bulleted-button
{
	background: url( '../images/bulleted-16.png' ) center center no-repeat;
	font-size: 8px;
	overflow: hidden;
	width: 16px;
}

.zeditor-dialog
{
	background-color: #9DBDDE;
	border: 1px solid #7992AB;
	padding: 0;
}

.zeditor-dialog .close-button
{
	background: url( '../images/close-16.png' ) center center no-repeat;
	font-size: 8px;
	overflow: visible;
}

.zeditor-dialog .dialog-body
{
	font-size: 0.8em;
	padding: 0.5em;
}

.zeditor-dialog h1
{
	background-color: #FFF799;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0.5em;
	color: black;
}

.zeditor-file-browser-button, .zeditor-image-browser-button
{
	background: url( '../images/browse-16.png' ) center center no-repeat;
	font-size: 8px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	width: 16px;
}

.zeditor-file-browser-file, .zeditor-image-browser-file
{
	border: 1px solid black;
	float: left;
	padding: 0.5em;
	margin: 0.5em;
}

.zeditor-file-browser-file h1, .zeditor-image-browser-file h1
{
	background-color: transparent;
	font-size: 1em;
}

.zeditor-hr-button
{
	background: url( '../images/hr-16.png' ) center center no-repeat;
	font-size: 8px;
	overflow: hidden;
	width: 16px;
}

.zeditor-highlight-button
{
	background: url( '../images/highlight-16.png' ) center center no-repeat;
	font-size: 8px;
	overflow: hidden;
	width: 16px;
}

.zeditor-hyperlink-button
{
	background: url( '../images/hyperlink-16.png' ) center center no-repeat;
	font-size: 8px;
	overflow: hidden;
	width: 16px;
}

.zeditor-image-button
{
	background: url( '../images/image-16.png' ) center center no-repeat;
	font-size: 8px;
	overflow: hidden;
	width: 16px;
}

.zeditor-italic-button
{
	background: url( '../images/italic-16.png' ) center center no-repeat;
	font-size: 8px;
	overflow: hidden;
	width: 16px;
}

.zeditor-preview-button
{
	background: url( '../images/preview-16.png' ) center center no-repeat;
	font-size: 8px;
	overflow: hidden;
	width: 16px;
}

.zeditor-numbered-button
{
	background: url( '../images/numbered-16.png' ) center center no-repeat;
	font-size: 8px;
	overflow: hidden;
	width: 16px;
}

.zeditor-paragraph-button
{
	background: url( '../images/paragraph-16.png' ) center center no-repeat;
	font-size: 8px;
	overflow: hidden;
	width: 16px;
}

.zeditor-upload-button
{
	background: url( '../images/upload-16.png' ) center center no-repeat;
	font-size: 8px;
	margin: 0 0 0 1em;
	padding: 0;
	float: left;
	overflow: hidden;
	width: 16px;
}
