.editPanel {display: inline;}
.blockModify {text-align: left;clear: both;}
.right {text-align: right;}
.eBlock {
	background: none;
	padding: 5px 5px 120px 5px;
	margin: 20px 20px;
	color: #333;
	font-size: inherit;
}
.eBlock img {vertical-align: middle;display: inline-block}
.eBlock p, .eBlock a {font-size: inherit;color: #333;}
.eBlock h3 {font-size: 1.25em;color: #333;margin:0;padding: 20px 0px;}
.eBlock ul, .eBlock li {color: #333;line-height: 1.75em;}
.eBlock a {color: #333;}
.eBlock a:hover {color: #4faae3;}
.eBlock .blockTitle {color: #333;padding:10px;font-weight:bold;}

/* system form style */
.eBlock input[type=button], .eBlock input[type=submit], .eBlock input[type=reset] {
	overflow: visible;
	text-transform:none;
	border: 1px #CCC solid;
	background-color: #DDD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
	background-image: -webkit-linear-gradient(top, #FFF, #DDD);
	background-image: -moz-linear-gradient(top, #FFF, #DDD);
	background-image: -ms-linear-gradient(top, #FFF, #DDD);
	background-image: -o-linear-gradient(top, #FFF, #DDD);
	background-image: linear-gradient(to bottom, #FFF, #DDD);
	padding:5px;
	font: 13px/18px Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 1em;
	margin: 10px 2px;
	border-radius:3px;
}
.eBlock input[type=button]:hover, .eBlock input[type=submit]:hover, .eBlock input[type=reset]:hover {background:#EEE;}
.eBlock input[type=text] {padding: 3px;margin: 5px 0;display: inline-block;border: 1px solid #ccc;border-radius: 2px;box-sizing: border-box;font-size:1em;}
.eBlock textarea {color: #333;width: 99%;padding: 5px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 2px;resize: none;}


/* system table style */
.eBlock table {color: #333;width: 100%;}
.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 5px;
	color: #333;
}
.eBlock td {background: #F8F8F8;color: #333;padding: 8px 5px;}

/* general edit buttom*/
.editButton {clear: both;}
caption {text-align: left;}
.note {margin: 0.6em;}
.warn {
	color: #333;
	padding: 10px;
	border: 3px solid #333;
	background: #ee3300;
	width: 90%;
	margin: 0px auto;
	margin-bottom: 15px;
}
#SectionTitle .blockOption {
	font-size: 1em;
	display: block;
}

/* 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;
}
