.themeeditor-main {
	background-image:url('../../modules/theme_editor/images/editor.png');
	background-repeat: no-repeat;
	background-position: 2% 50%;
	vertical-align:top;
}

.themeeditor-main-desc,textarea.themeeditor {
	float:left;
}

.themeeditor-main-desc {
	padding-left:150px;
	width:200px
}

.themeeditor-theme-edit,.themeeditor-theme-create {
	background:#c0cfe5;
	width:350px;
	float:right;
	text-align:right;
	padding:10px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
}

.themeeditor-theme-edit {
	vertical-align:middle;
}

.themeeditor-theme-create {
	margin-top:5px;
}

.themeeditor-width {
	width:520px;
}

textarea.themeeditor {
	height:700px;
	color:gray;
}

.themeeditor-saved {
	background:#c6dfc3;
}

.themeeditor-saved,.themeeditor-error {
	padding:5px;
	font-size:10px;
}

.themeeditor-error {
	background:#e1cfcf;
}

