
#editor_tab .empty-tab-cell {
  width:406px;
  height: 23px;
  border-bottom: 1px solid #cccccc;
}

.Content1{border: 1px solid #cccccc;border-top-width:0;padding:10px}
.Content2{font:12px 돋움;}

#editor_tab .tab-cell {
	width: 100px;

	font:11px 돋움;
	background:url('../images/xquared/tp_unselect.gif')  no-repeat 50%;
	height:23px;
	width:72px;
	text-align:center;
	cursor:pointer;
	cursor:hand;
}

#editor_tab .selected-tab-cell {
        width: 100px;

	font:11px 돋움;
	background-image:url('../images/xquared/tp_select.gif'); 
	background-position: 50%;
	background-repeat: no-repeat;
	height:23px;
	width:72px;
	text-align:center;
	cursor:pointer;
	cursor:hand;
}

#editor_tab .selected-tab-cell a,
#editor_tab .tab-cell a {
  margin-top: 5px;
  display: block;
}

#editor_tab select {
  height: 21px;
}

#editor_tab {
	width: 550px;
	border-bottom: 0;
	padding: 0 5px 0 0;
	border-spacing: 0;
	border-collapse: separate;
}

#editor_tab td {
        height: 21px;
        padding: 0;
	border: 0;
}
