#cnp_loading {
	position: absolute;
	z-index: 150;
	left: 1px; 
	top: 1px;
	width: 100%;
	height: 100%;
	background: url(images/loading.gif) center center no-repeat;
}

* html #cnp_loading {
	left: 128px;
	top: 128px;
	width: 128px;
	height: 128px;
}

* html #cnp_template .wrap { height: 1% }
/* For Win IE's eyes only */

#cnp_template .wrap {
	background: #fff;
	border: 1px solid #ccc;
	clear: both;
	margin: 15px 5%;
	padding: .5em 1em;
}

#cnp_template {

}

#cnp_template fieldset {
	border: none;
	padding: 3px 3px 10px 3px;
}

#cnp_template fieldset legend {
	padding: .1em .3em;
}

#cnp_template #titlediv, #cnp_template #guiddiv {
	margin: 0 8px 0 0;
	padding: 0px;
}

#cnp_template #postdiv {
	margin: 0 8px 0 0;
	padding: 0px;
}

#cnp_template #title {
	font-size: 1.5em;
}

#cnp_template input:focus, #cnp_template textarea:focus, #cnp_template label:focus {
	background: #fff;
	border: 1px solid #686868;
}

#cnp_template textarea, #cnp_template input, #cnp_template select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font:  13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}

#cnp_template .submit {
	width: 98%;
	padding: 10px 0 10px 0;
}

#cnp_template .submit input, #cnp_template .submit input:focus {
	background: url( images/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

#cnp_template .submit {
	text-align: right;
}

* html #cnp_template .dbx-toggle-open, * html #cnp_template .dbx-toggle-open {
	padding-right: 8px;
}

#cnp_template .dbx-clone {
	position:absolute;
	visibility:hidden;
}
#cnp_template .dbx-clone, #cnp_template .dbx-clone .dbx-handle-cursor {
	cursor:move !important;
}
#cnp_template .dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}
#cnp_template .dbx-group, #cnp_template .dbx-box, #cnp_template .dbx-handle {
	position:relative;
	display:block;
}

#cnp_template .dbx-box {
	margin:0 0 2px 0;
	padding:0;
	border:none;
}

#cnp_template .dbx-box-open .dbx-content {
	display: block;
}
#cnp_template .dbx-box-closed .dbx-content {
	display: none;
}

#cnp_template .dbx-content {
	background: url(images/box-butt.gif) no-repeat bottom right;
	padding-bottom: 15px;
	padding-right: 2px;
}

/* handle cursors */
.dbx-handle-cursor {
	cursor: move;
}
	
/* toggle images */
#cnp_template .dbx-toggle, #cnp_template .dbx-toggle:visited {
	display:block;
	overflow: hidden;
	background-image: url( images/toggle.gif );
	position: absolute;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#cnpadvancedstuff a.dbx-toggle, #cnpadvancedstuff a.dbx-toggle-open:visited {
	height: 22px;
	width: 22px;
	background-position: 0 -3px;
}

#cnpadvancedstuff a.dbx-toggle-open, #cnpadvancedstuff a.dbx-toggle-open:visited {
	height: 22px;
	width: 22px;
	background-position: 0 -28px;
}

#cnp_template .dbx-clone {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}

#cnp_template h3.dbx-handle  {
	background: #2685af;
	padding: 6px 1em 2px;
	font-size: 12px;
	margin: 0;
	color: #E3EFF5;
	width: 96%;
}

#cnp_template h3.dbx-handle {
	padding: 6px 1em 2px;
	font-size: 12px;
}

#cnp_template .dbx-box {
	background: url(images/box-bg.gif) repeat-y right;
}

#cnp_template .cnp_button { background: #F4F4F4; border: 1px solid #B2B2B2; color: #000000; font: 8pt "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; margin: 1px; padding: 3px; }

#cnp_template #cnp_code { font-family: "Courier New", Courier, mono; }

#cnp_template #cnp_del { text-decoration: line-through; }

#cnp_template #cnp_em { font-style: italic; }

#cnp_template #cnp_link { color: #0000FF; text-decoration: underline; }

#cnp_template #cnp_strong { font-weight: bold; }

#cnp_template #cnp_underline { text-decoration: underline; }