.WizTltpDiv {
	display: none;
	position: absolute;
	width: 400px;
	font-family: arial;
	z-index: 400;
	text-align: left;
	color: #616161;
}
.WizTltpNextStep {
	float: right;
}
.WizTltpTopBorder {
	background-image: url('/CMS/media/img/v5/program-tv/tooltip/topBorder.png');
	background-repeat: repeat-x;
	height: 4px;
	margin: 0 0 0 4px;
	width: 394px !important;
}
.WizTltpLeftBorder {
	background-image: url('/CMS/media/img/v5/program-tv/tooltip/leftBorder.png');
	background-repeat: repeat-y;
	margin: 4px 0;
}
.WizTltpRightBorder {
	background-image: url('/CMS/media/img/v5/program-tv/tooltip/rightBorder.png');
	background-repeat: repeat-y;
	background-position: right;
	margin: 4px 0;
	width: 404px !important;
}
.WizTltpBottomBorder {
	background-image: url('/CMS/media/img/v5/program-tv/tooltip/bottomBorder.png');
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 4px 0;
	width: 394px !important;
	margin-left: 4px;
}
.WizTltpAbsoluteBckgr{
	position: absolute;
	width: 400px;
	z-index: -1000;
}
.WizTltpStepsHtml {
	padding: 10px;
	padding-top: 22px;
}
.WizTltpButtons {
	padding: 0 10px 0 0;
}

.WizTltpTopLeftCorner{
	background-image: url('/CMS/media/img/v5/program-tv/tooltip/leftTop.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.WizTltpTopRightCorner {
	background-image: url('/CMS/media/img/v5/program-tv/tooltip/rightTop.png');
	background-repeat: no-repeat;
	background-position: right top;
	width: 404px !important;
}

.WizTltpBottomLeftCorner {
	background-image: url('/CMS/media/img/v5/program-tv/tooltip/leftBottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.WizTltpBottomRightCorner {
	background-image: url('/CMS/media/img/v5/program-tv/tooltip/rightBottom.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 404px;
}

.WizTltpTr {
	display: none;
	position: absolute;
	width: 40px;
	height: 18px;
	background-repeat: no-repeat;
	z-index: 100000;
}

.WizTltpBackground {
	background-color: white;
	margin: 4px;
	width: 394px
}

.WizTltpClosingX {
    height: 20px !important;
    margin-left: 380px;
    width: 20px !important;
    cursor: pointer !important;
    cursor: hand !important;
    z-index: 100;
	background-image: url('/CMS/media/img/v5/program-tv/tooltip/closeDymekInfo.png');
	background-repeat: no-repeat;
	background-position: 7px 7px;
}