.popup-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: transparent url(../images/popup-help/help-overlay.png) 0 0 repeat;
}
.popup-help{
	display: none;
	z-index: 10001;
	/*background: transparent url(../images/popup-help/help-bg.png) 426px center no-repeat;*/
}

.popup-help .bt-close{
	position: absolute;
	top: -25px;
	right: -22px;
	z-index: 100;
	width: 48px;
	height: 48px;
	text-indent: -10000px;
	background: url(../images/popup-help/help-bt-close.png) left bottom no-repeat;
}
.popup-help .bt-close:hover{
	background-position: left top;
}
.popup-help .box-header{
	background: url(../images/popup-help/help-tl.png) left top no-repeat;
}
.popup-help .box-header .tr{
	background: url(../images/popup-help/help-tr.png) right top no-repeat;
}
.popup-help .box-header .tc{
	background: url(../images/popup-help/help-tc.png) left top repeat-x;
	height: 15px;
	margin: 0px 28px;
}
.popup-help .box-footer{
	background: url(../images/popup-help/help-bl.png) left top no-repeat;
}
.popup-help .box-footer .br{
	background: url(../images/popup-help/help-br.png) right top no-repeat;
}
.popup-help .box-footer .bc{
	background: url(../images/popup-help/help-bc.png) left top repeat-x;
	height: 26px;
	margin: 0px 28px;
}
.popup-help .box-content{
	background: transparent url(../images/popup-help/help-lc.png) left top repeat-y;
}
.popup-help .box-content > div{
	background: url(../images/popup-help/help-rc.png) right top repeat-y;
	padding: 0px 28px;
	border-width: 0px 1px;
	margin: 0px !important;
}
.popup-help .box-content > div > div{
	background: white;
	margin: 0px !important;
}
.popup-help .box-content *{
	font-size: 13px;
	line-height: 16px;
}
.popup-help .box-content h1{
	color: white;
	background-color: #1f5984;
	line-height: 30px;
	text-align: center;
	margin-bottom: 16px;
	border: 0px none;
}

.popup-help .box-content h4{
	color: #ff3355;
}


.popup-help #image-popup-help{
	max-height: 750px;
	overflow-x: hidden;
}
.popup-help #image-popup-help h2{
	font-size: 22px;
	line-height: 22px;
	text-align: left;
}

.popup-help #image-popup-help ul.actions{
	text-align: right;
	padding: 0;
	width: 100%;
	margin: 0;
}
.popup-help #image-popup-help ul.actions li{
	display: inline;
}
.popup-help #image-popup-help .article-info{
	margin: 10px 0 10px 0px;
	font-size: 0.9em;
}
.popup-help #image-popup-help .article-info .article-info-term{
	display: none;
}
.popup-help #image-popup-help .article-info dd{
	margin: 2px 0 0px 0;
	line-height: 1.2em;
	text-align: left;
}