.secmsMainMask
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #000000;
	display: none;
	z-index: 200;
}
.secmsMainEditor
{
	position: absolute;
	left: -800px;
	top: 50px;
	width: 600px;
	height: 800px;
	z-index: 201;
}
.secmsMainEditorTBL
{
	width: 600px;
	margin: 0 auto;
	font: 10pt arial;
}
.ImagesItemStyle
{
	padding: 5px;
	width: 100px;
	height: 100px;
	vertical-align: bottom;	
	font: 8pt arial;
	text-align: center;
}
.selected_item
{
	background: orange;	
}
.seCmsUpdateBtn
{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	cursor: pointer;
	float: right;
}
.seCmsUpdateBtnLeft
{
	position:absolute;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-left: 5px;
	cursor: pointer;
}
.seCmsPopUpBody
{
	height: 100px;
	padding: 15px 5px 5px 5px;
	background-image: url(/CuteSoft_Client/CuteEditor/Themes/Custom/Images/bgSwoosh.gif);
	background-repeat: no-repeat;
	background-color: #eeeeee;	
	vertical-align: top;
}
.seCmsFooter
{
	height: 37px;
	padding-right: 5px;
	background: #eeeeee;	
}
.seCMSFileWindow
{
	width: 550px;
	margin: 0 auto;
	background: #ffffff;
}
.seCMSFileWindowDIV
{
	width: 575px;
	height: 300px;
	overflow: scroll;
	margin: 0 auto;
	border: solid 1px #c3c3c3;
	background: #ffffff;
}