html, body, form, fieldset {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}
#content_main ul, #content_main ol {
	padding-left:20px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
li, dd, blockquote {
	margin:0 0 10px 10px;
}
form label {
	cursor:pointer;
}
fieldset {
	border:none;
}
input, select, textarea {
	font-size:100%;
}
a.cm_headerlink {
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
	z-index:999;
}
.float_left {
	float:left;
	display:inline;
	margin-right:1em;
	margin-bottom:.15em;
}
.float_right {
	float:right;
	display:inline;
	margin-left:1em;
	margin-bottom:.15em;
}
.center {
	text-align:center;
	clear:both;
	margin:5px auto;
}
.float_box {
	overflow:hidden;
}
.cm_widget {
	overflow:hidden;
}
.cm_widget_block {
	clear:both;
	margin:5px auto;
}
table.cm_table .cm_widget_block {
	margin:0 auto;
}
.cm_widget_float_left {
	float:left;
	display:inline;
	margin-right:1em;
	margin-bottom:.15em;
}
.cm_widget_float_right {
	float:right;
	display:inline;
	margin-left:1em;
	margin-bottom:.15em;
}
.cm_widget_wrapper td {
	padding:0;
}
*[lang^=x-late] {
	visibility:hidden;
}
.cm-fullscreen.container {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:32000;
}
.cm-fullscreen.background {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000;
	background-image:url(/res/js/lib/css/spacer.gif);
}
.cm-fullscreen.content {
	position:absolute;
	background-color:#FFF;
}
.cm-fullscreen.close {
	position:absolute;
	background:transparent url(/res/js/lib/css/close.png) no-repeat left top;
	width:30px;
	height:30px;
	cursor:pointer;
}
.cm-fullscreen.left {
	background:transparent url(/res/js/lib/css/left.png) no-repeat left top;
	width:30px;
	height:30px;
	cursor:pointer;
}
.cm-fullscreen.right {
	background:transparent url(/res/js/lib/css/right.png) no-repeat left top;
	width:30px;
	height:30px;
	cursor:pointer;
}
.cm-fullscreen.title_left {
	height:32px;
	width:15px;
	background:transparent url(/res/js/lib/css/title_left.png) repeat-x;
}
.cm-fullscreen.title_main {
	height:32px;
	background:transparent url(/res/js/lib/css/title_main.png) repeat-x;
}
.cm-fullscreen.title_right {
	height:32px;
	width:15px;
	background:transparent url(/res/js/lib/css/title_right.png) repeat-x;
}
.cm-fullscreen.shadow {
	background-color:transparent;
	background-image:url(/res/js/lib/css/shadow.png);
	background-repeat:no-repeat;
	position:absolute;
	width:20px;
	height:20px;
}
.cm-fullscreen.shadow.top-left {
	background-position:0 0;
}
.cm-fullscreen.shadow.top-right {
	background-position:-20px 0;
}
.cm-fullscreen.shadow.bottom-right {
	background-position:-20px -20px;
}
.cm-fullscreen.shadow.bottom-left {
	background-position:0 -20px;
}
.cm-fullscreen.shadow.left-spacer {
	background-repeat:repeat-y;
	background-position:0 -80px;
}
.cm-fullscreen.shadow.right-spacer {
	background-repeat:repeat-y;
	background-position:-20px -80px;
}
.cm-fullscreen.shadow.top-spacer {
	background-repeat:repeat-x;
	background-position:0 -40px;
}
.cm-fullscreen.shadow.bottom-spacer {
	background-repeat:repeat-x;
	background-position:0 -60px;
}
