
.helpcontainter{
	height:400px;
	width:400px;
	border:1px solid #14495f;
	position:absolute;
	font-size:13px;
	/*overflow:auto;*/
}

.helptitle{
	height:26px;
	width:auto;
	background-color:#e8e8e8;
}

.helptitleinfo{
	float:left;
	height:20px;
	margin-top:2px;
	margin-left:10px;
	line-height:20px;
	vertical-align:middle;
	color:#000FFF;
	font-weight:bold;
}

.helptitleico{
	float:right;
	height:20px;
	width:21px;
	margin-top:2px;
	margin-right:25px;
	text-align:center;
	line-height:20px;
	vertical-align:middle;
	background-position:-21px 0px;
	color: #000000;
}

.helpbody{
	padding:10px;
	width:auto;
	background-color: #FFFFFF;
	color: #000000;
	overflow-y:auto;
}

.helpbottom{

	bottom:1px;
	right:1px;
	cursor:nw-resize;
	position:absolute;
	background-position:-42px -10px;
	width:10px;
	height:10px;
	font-size:0;
}

.disp_iframe{
	position:absolute;
	left:1px;
	top:27px;
	width:100% ;
	height:80%;
	clear:both;
	border:none;
	margin:-1px;
}

.shield_iframe{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width: 100%;/*must have for any big value*/
	height: 100%;/*must have for any big value*/;
}
