#editor-toolbar #edButtonHTML, #ed_toolbar, #edButtonPreview {
       display: none;
}
#menu-management-liquid #menu-management .menu-edit,
#menu-management-liquid #menu-management #nav-menu-header,
#menu-management-liquid #menu-management #nav-menu-footer,
#menu-management-liquid #menu-management .menu-item-settings {
border-color: #DFDFDF;
}
#post-body-content .description-wide{
	width: 700px;
}
#post-body-content .description-thin{
	width: 340px;
}
#post-body-content .menu-item-handle{
	width: 710px;
}
#post-body-content .menu-item-settings{
	width: 700px;
	padding-right:10px;
}
.menu-item-settings.list li {
	display:block;
}
.ninja_error {
	border: 1px solid red;
}
.widefat {
	margin-bottom: 10px;
}

.wrap-left {
	float: left;
	width: 60%;
}
.wrap-right {
	background: #464646;
	color: #fff;
	float: right;
	margin: 0 auto;
	padding: 10px;
	width: 263px;
}
.wrap-right img {
	margin: 0 auto;
}
.wrap-right h2 {
	color: #fff;
	text-shadow: black 0 1px 0;
}
.wrap-right ul {
	background: #fff;
	color: #333;
	list-style: disc;
	list-style-position: inside;
	padding: 20px;
}

#post-body-content .wp-switch-editor {
	margin-top: -7px;
}

.form-section {
	background: #F4F4F4;
	border: 1px solid #DFDFDF;
	margin-bottom: 10px;
	padding: 20px;
}
#plugin_settings_upload_size {
	text-align:right;
}
.icon-ninja-custom-forms {
}

#poststuff h3.section-title {
	background: #F4F4F4;
	border-style: solid;
	border-color: #DFDFDF #DFDFDF white;
	border-width: 1px 1px 0;
	color: #AAA;
	text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	padding: 4px 14px 6px;
	text-decoration: none;
	margin: 0 6px -1px 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
	
#layout-elements {
	background-color: whiteSmoke;
	border-color: #444;
	-moz-box-shadow: inset 0 1px 0 #666666;
	-webkit-box-shadow: inset 0 1px 0 #666666;
	box-shadow: inset 0 1px 0 #666666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	#layout-elements h3 {
		background-color: #777777;
		background-image: -ms-linear-gradient(bottom,#666666,#777777);
		background-image: -moz-linear-gradient(bottom,#666666,#777777);
		background-image: -o-linear-gradient(bottom,#666666,#777777);
		background-image: -webkit-gradient(linear,left bottom,left top,from(#666666),to(#777777));
		background-image: -webkit-linear-gradient(bottom,#666666,#777777);
		background-image: linear-gradient(bottom,#666666,#777777);
		border-bottom-color: #444;
		-moz-box-shadow: inset 0 1px 0 #777777;
		-webkit-box-shadow: inset 0 1px 0 #777777;
		box-shadow: inset 0 1px 0 #777777;
		color: #fff;
		text-shadow: 0 1px 0 #000;
	}

.menu-item-handle.heading,
.menu-item-handle.desc,
.menu-item-handle.hr {
	background-color: #777777;
	background-image: -ms-linear-gradient(bottom,#666666,#777777);
	background-image: -moz-linear-gradient(bottom,#666666,#777777);
	background-image: -o-linear-gradient(bottom,#666666,#777777);
	background-image: -webkit-gradient(linear,left bottom,left top,from(#666666),to(#777777));
	background-image: -webkit-linear-gradient(bottom,#666666,#777777);
	background-image: linear-gradient(bottom,#666666,#777777);
	border: 1px solid #444;
	-moz-box-shadow: inset 0 1px 0 #999;
	-webkit-box-shadow: inset 0 1px 0 #999;
	box-shadow: inset 0 1px 0 #999;
}
	.menu-item-handle.heading .item-title,
	.menu-item-handle.desc .item-title,
	.menu-item-handle.hr .item-title {
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		padding: 7px 0;
		line-height: 20px;
		display: block;
		margin-right: 13em;
		text-shadow: 0 1px 0 #000;
	}
	.menu-item-handle.heading .item-controls,
	.menu-item-handle.desc .item-controls,
	.menu-item-handle.hr .item-controls {
		color: #eee;
		font-size: 12px;
		position: absolute;
		right: 20px;
		top: -1px;
		text-shadow: 0 1px 0 #000;
	}
	.menu-item-handle.heading .item-type,
	.menu-item-handle.desc .item-type,
	.menu-item-handle.hr .item-type {
		color: #eee;
		text-shadow: 0 1px 0 #000;
	}
	.menu-item-settings.heading,
	.menu-item-settings.desc,
	.menu-item-settings.hr {
		background-color: whiteSmoke;
		border: 1px solid #444;
	}
		
#multi-part {
	background-color: whiteSmoke;
	border-color: #a23511;
	-moz-box-shadow: inset 0 1px 0 #b94119;
	-webkit-box-shadow: inset 0 1px 0 #b94119;
	box-shadow: inset 0 1px 0 #b94119;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	#multi-part h3 {
		background-color: #d54e21;
		background-image: -ms-linear-gradient(bottom,#b94119,#d54e21);
		background-image: -moz-linear-gradient(bottom,#b94119,#d54e21);
		background-image: -o-linear-gradient(bottom,#b94119,#d54e21);
		background-image: -webkit-gradient(linear,left bottom,left top,from(#b94119),to(#d54e21));
		background-image: -webkit-linear-gradient(bottom,#b94119,#d54e21);
		background-image: linear-gradient(bottom,#b94119,#d54e21);
		border-bottom-color: #a23511;
		-moz-box-shadow: inset 0 1px 0 #d54e21;
		-webkit-box-shadow: inset 0 1px 0 #d54e21;
		box-shadow: inset 0 1px 0 #d54e21;
		color: #fff;
		text-shadow: 0 1px 0 #000;
	}
	#multi-part .howto, #multi-part label, #multi-part .button-controls {
		color: #666;
	}
		
.menu-item-handle.steps,
.menu-item-handle.progressbar,
.menu-item-handle.divider {
	background-color: #d54e21;
	background-image: -ms-linear-gradient(bottom,#b94119,#d54e21);
	background-image: -moz-linear-gradient(bottom,#b94119,#d54e21);
	background-image: -o-linear-gradient(bottom,#b94119,#d54e21);
	background-image: -webkit-gradient(linear,left bottom,left top,from(#b94119),to(#d54e21));
	background-image: -webkit-linear-gradient(bottom,#b94119,#d54e21);
	background-image: linear-gradient(bottom,#b94119,#d54e21);
	border: 1px solid #a23511;
	-moz-box-shadow: inset 0 1px 0 #eb5e2f;
	-webkit-box-shadow: inset 0 1px 0 #eb5e2f;
	box-shadow: inset 0 1px 0 #eb5e2f;
}
	.menu-item-handle.steps .item-title,
	.menu-item-handle.progressbar .item-title,
	.menu-item-handle.divider .item-title {
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		padding: 7px 0;
		line-height: 20px;
		display: block;
		margin-right: 13em;
		text-shadow: 0 1px 0 #000;
	}
	.menu-item-handle.steps .item-controls,
	.menu-item-handle.progressbar .item-controls,
	.menu-item-handle.divider .item-controls {
		color: #eee;
		font-size: 12px;
		position: absolute;
		right: 20px;
		top: -1px;
		text-shadow: 0 1px 0 #000;
	}
	.menu-item-handle.steps .item-type,
	.menu-item-handle.progressbar .item-type,
	.menu-item-handle.divider .item-type {
		color: #eee;
		text-shadow: 0 1px 0 #000;
	}
	.menu-item-settings.steps,
	.menu-item-settings.progressbar,
	.menu-item-settings.divider {
		background-color: whiteSmoke;
		border: 1px solid #a23511;
	}
	
#defined-fields {
	background-color: whiteSmoke;
	border-color: #12516e;
	-moz-box-shadow: inset 0 1px 0 #1a6485;
	-webkit-box-shadow: inset 0 1px 0 #1a6485;
	box-shadow: inset 0 1px 0 #1a6485;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	#defined-fields h3 {
		background-color: #21759b;
		background-image: -ms-linear-gradient(bottom,#1a6485,#21759b);
		background-image: -moz-linear-gradient(bottom,#1a6485,#21759b);
		background-image: -o-linear-gradient(bottom,#1a6485,#d54e21);
		background-image: -webkit-gradient(linear,left bottom,left top,from(#1a6485),to(#21759b));
		background-image: -webkit-linear-gradient(bottom,#1a6485,#21759b);
		background-image: linear-gradient(bottom,#1a6485,#21759b);
		border-bottom-color: #12516e;
		-moz-box-shadow: inset 0 1px 0 #21759b;
		-webkit-box-shadow: inset 0 1px 0 #21759b;
		box-shadow: inset 0 1px 0 #21759b;
		color: #fff;
		text-shadow: 0 1px 0 #000;
	}
	#defined-fields .howto, #defined-fields label, #defined-fields .button-controls {
		color: #666;
	}
		
.menu-item-handle.spam,
.menu-item-handle.submitbutton {
	background-color: #21759b;
	background-image: -ms-linear-gradient(bottom,#1a6485,#21759b);
	background-image: -moz-linear-gradient(bottom,#1a6485,#21759b);
	background-image: -o-linear-gradient(bottom,#1a6485,#d54e21);
	background-image: -webkit-gradient(linear,left bottom,left top,from(#1a6485),to(#21759b));
	background-image: -webkit-linear-gradient(bottom,#1a6485,#21759b);
	background-image: linear-gradient(bottom,#1a6485,#21759b);
	border: 1px solid #12516e;
	-moz-box-shadow: inset 0 1px 0 #3593bd;
	-webkit-box-shadow: inset 0 1px 0 #3593bd;
	box-shadow: inset 0 1px 0 #3593bd;
}
	.menu-item-handle.spam .item-title,
	.menu-item-handle.submitbutton .item-title {
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		padding: 7px 0;
		line-height: 20px;
		display: block;
		margin-right: 13em;
		text-shadow: 0 1px 0 #000;
	}
	.menu-item-handle.spam .item-controls,
	.menu-item-handle.submitbutton .item-controls {
		color: #eee;
		font-size: 12px;
		position: absolute;
		right: 20px;
		top: -1px;
		text-shadow: 0 1px 0 #000;
	}
	.menu-item-handle.spam .item-type,
	.menu-item-handle.submitbutton .item-type {
		color: #eee;
		text-shadow: 0 1px 0 #000;
	}
	.menu-item-settings.spam,
	.menu-item-settings.submitbutton {
		background-color: whiteSmoke;
		border: 1px solid #12516e;
	}
	
#post-elements {
	background-color: whiteSmoke;
	border-color: #83acd0;
	-moz-box-shadow: inset 0 1px 0 #e6f3fe;
	-webkit-box-shadow: inset 0 1px 0 #e6f3fe;
	box-shadow: inset 0 1px 0 #e6f3fe;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
	#post-elements h3 {
		background-color: #D3E7F8;
		background-image: -ms-linear-gradient(top,#e6f3fe,#D3E7F8);
		background-image: -moz-linear-gradient(top,#e6f3fe,#D3E7F8);
		background-image: -o-linear-gradient(top,#e6f3fe,#d54e21);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#e6f3fe),to(#D3E7F8));
		background-image: -webkit-linear-gradient(top,#e6f3fe,#D3E7F8);
		background-image: linear-gradient(top,#e6f3fe,#D3E7F8);
		border-bottom-color: #a1caec;
		color: #464646;
		text-shadow: 0 1px 0 #fff;
	}
	#post-elements .howto, #post-elements label, #post-elements .button-controls {
		color: #666;
	}
		
.menu-item-handle.posttitle,
.menu-item-handle.postcontent,
.menu-item-handle.postexcerpt,
.menu-item-handle.postcat,
.menu-item-handle.posttags {
	background-color: #D3E7F8;
	background-image: -ms-linear-gradient(top,#e6f3fe,#D3E7F8);
	background-image: -moz-linear-gradient(top,#e6f3fe,#D3E7F8);
	background-image: -o-linear-gradient(top,#e6f3fe,#D3E7F8);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#e6f3fe),to(#D3E7F8));
	background-image: -webkit-linear-gradient(top,#e6f3fe,#D3E7F8);
	background-image: linear-gradient(top,#e6f3fe,#D3E7F8);
	border: 1px solid #8ab5d9;
}
	.menu-item-handle.posttitle .item-title,
	.menu-item-handle.postcontent .item-title,
	.menu-item-handle.postexcerpt .item-title,
	.menu-item-handle.postcategory .item-title,
	.menu-item-handle.posttags .item-title {
		color: #464646;
		font-size: 12px;
		font-weight: bold;
		padding: 7px 0;
		line-height: 20px;
		display: block;
		margin-right: 13em;
		text-shadow: 0 1px 0 #fff;
	}
	.menu-item-handle.posttitle .item-controls,
	.menu-item-handle.postcontent .item-controls,
	.menu-item-handle.postexcerpt .item-controls,
	.menu-item-handle.postcategory .item-controls,
	.menu-item-handle.posttags .item-controls {
		color: #999;
		font-size: 12px;
		position: absolute;
		right: 20px;
		top: -1px;
	}
	.menu-item-handle.posttitle .item-type,
	.menu-item-handle.postcontent .item-type,
	.menu-item-handle.postexcerpt .item-type,
	.menu-item-handle.postcategory .item-type,
	.menu-item-handle.posttags .item-type {
		color: #999;
	}
	.menu-item-settings.posttitle,
	.menu-item-settings.postcontent,
	.menu-item-settings.postexcerpt,
	.menu-item-settings.postcategory,
	.menu-item-settings.posttags {
		background-color: whiteSmoke;
		border: 1px solid #83acd0;
	}