.editPanel {
	display: inline;
}
.blockModify {
	text-align: left;
	clear: both;
}
.right {
	text-align: right;
}
.eBlock {
	background: rgba(255,255,255,0.85);
	border-radius: 5px;
	box-shadow: 0 0px 5px rgba(0,0,0,0.25);
	padding: 5px 5px 120px 5px;
	/*color: #333;*/
	margin: 10px;
	z-index: 99999;
	color: #333;
}
.eBlock .note {
	font-size: 15px;
}
.eBlock, .eBlock a, .eBlock p {
	color: #333;
	font-size: 15px;
}
.eBlock a:hover {
	color: #F60;
}
.eBlock ul, .eBlock li {
	font-size: 15px;
	line-height: 1.75em;
	list-style-type: none;
}
.eBlock th a, .eBlock td a {
	color: #333;
}
.eBlock th {
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	padding: 10px;
	text-align: center;
	color: #333;
}
.eBlock td {
	background: #FFF;
}
.eBlock th, .eBlock td {
	color: #333;
	border: 1px solid #b8b8b8;
	border-top: 0px;
	border-left: 0px;
	padding: 5px;
}
.eBlock textarea {
	color: #333;
	width: 98%;
}
.eBlock table {
	color: #333;
	width: 100%;
}
/* general edit buttom*/
.editButton {
	clear: both;/*color: #333;*/
}
/*table{width:auto}*/
caption {
	text-align: left;
	color: #333;
}
.note {
	/*color: #666666;*/
	margin: 0.6em;
}
.warn {
	color: #fff;
	padding: 10px;
	border: 3px solid #333;
	background: #ee3300;
	width: 90%;
	margin: 0px auto;
	margin-bottom: 15px;
}
#SectionTitle .blockOption {
	font-size: 1em;
	display: block;
}
img {
	vertical-align: middle;
}
/* For Color Picker Styles*/
.ColoPick {
	position: relative;
	width: 29.4em;
}
.ColorPick ul {
	margin: 0
}
.ColorPick li {
	display: inline;
	list-style-type: none;
	padding: 0.25em;
}
.picker table {
	width: 210px;
	border: 1px solid #333;
}
.picker {
	z-index: 100;
	position: relative;
}
.picker td {
	width: 0.8em;
	height: 0.8em;
	font-size: 1px;
	border: none;
	padding: 0;
}
.picker tr {
	border: none;
	padding: 0;
	margin: 0
}
.pickBlock {
	width: 4.1em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
}
/* CSS Property */
.css_width {
	height: 75px;
	background: url(../../images/system/css_width.gif) no-repeat #ccf;
}
.css_height {
	height: 75px;
	background: url(../../images/system/css_height.gif) no-repeat #ccf;
}
.css_background-image {
	height: 75px;
	background: url(../../images/system/css_background.gif) no-repeat #ccf;
}
.css_margin {
	height: 75px;
	background: url(../../images/system/css_margin.gif) no-repeat #ccf;
}
.css_padding {
	height: 75px;
	background: url(../../images/system/css_padding.gif) no-repeat #ccf;
}
/* For Block Layout Move */
.blockMoving {
	width: 170px;
	position: relative;
	margin: 0px;
}
#RightBlock, #CenterBlock, #LeftBlock {
}
/* move nav div */

.notice {
/*color: #CC0000*/
}
.moveButton {
	cursor: move;
}
