@charset "utf-8";
/* ######################################### */
/* #                 Zoom                  # */
/* ######################################### */
DIV#helpzone {
	position:absolute;
	top:0;
	left:240px;
	width:670px;
	height:550px;
	z-index:20;
	display:none;
}
DIV#helpbackground {
	position:absolute;
	top:15px;
	left:15px;
	width:640px;
	height:520px;
	background:#fff;
	overflow:auto;
	z-index:21;
}
DIV#helpdropzone {
	position:absolute;
	top:30px;
	left:30px;
	width:610px;
	height:505px;
	background:#fff;
	overflow:auto;
	padding:0 20px 0 0;
	z-index:22;
}
A#helpCloseBtn {
	position:absolute;
	right:10px;
	top:10px;
	width:17px;
	height:15px;
	z-index:30;
}
DIV#helpzone H1 {
	font-size:18px;
	font-weight:normal;
	margin:3em 0 1em 0;
}
DIV#helpzone TABLE {
	border:0;
	margin:0 0 0 0;
	width:590px;
}
DIV#helpzone IMG.mr20 {
	margin:0 0 0 20px;
}