#widget_editor_dx {
	overflow: visible;
	float: left;
	margin: 0px; padding: 0px;
}

#widget_preview { visibility: hidden; }
#widget_loader { display: none; }

#widget_preview, #widget_loader, #widget_code {
	width: 320px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

#widget_editor_sx {
	width: 400px;
	float: left;
	margin: 20px 0px 0px 0px; padding: 0px 0px 20px 0px;
	text-align: left;
}

#widget_editor_sx  img { border: 0px; }

#widget_editor_sx .block {
	width: 400px;
	overflow: auto;
	margin: 0px; padding: 5px 0px;
	border-bottom: 1px dashed #CCC;
}
*html #widget_editor_sx .block { overflow: visible; }
*:first-child+html  #widget_editor_sx .block { overflow: visible; }

#widget_editor_sx .label {
	clear: both;
	width: 134px;
	margin: 0px; padding: 6px 3px 3px 3px;
	float: left;
}
*html #widget_editor_sx .label { width: 140px; }

#widget_editor_sx .field {
	width: 254px;
	margin: 0px; padding: 3px;
	float: left;
}
*html #widget_editor_sx .field { width: 248px; }

#widget_editor_sx .minifield {
	width: 114px;
	margin: 0px; padding: 3px;
	float: left;
}
*html #widget_editor_sx .minifield { width: 110px; }

#widget_editor_sx .field input[type="checkbox"],
#widget_editor_sx .minifield input[type="checkbox"] { margin-right: 10px; }

#widget_editor_sx .field input[type="text"] {
	border: 1px solid #999;
	padding: 1px 3px;
}

#widget_editor_sx .field .color_picker {
	width: 10px; height: 0px;
	padding: 10px 5px;
	border: 1px solid #CCC;
}
*html #widget_editor_sx .field .color_picker { width: 0px; height: 0px; padding: 3px 10px; }

#widget_editor_sx .button {
	clear: both;
	width: 400px;
	text-align: center;
	padding: 10px 0px;
}

#widget_editor_sx .field input[type="checkbox"],
#widget_editor_sx .minifield input[type="checkbox"] { margin-right: 10px; }

#widget_editor_sx .field .color_picker {
	width: 10px; height: 0px;
	padding: 10px 5px;
	border: 1px solid #CCC;
}
*html #widget_editor_sx .field .color_picker { width: 0px; height: 0px; padding: 3px 10px; }

#widget_editor_sx #we_header_text_show { display: none; }

#widget_codecp {
	width: 300px; height: 120px;
}


