.tooltip1_Container {

	/* change this value to any required width */
	width: 350px;
	
	/* please dont change these values { */
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 50;
	left: 0px;
	top: 0px;
	/* } */
}

/* specify the required tooltip title styles here */
.tooltip1_Title {
	color: #000;
	background-color: #777;
	padding: 3px;
	position: relative;
}

/* specify the required tooltip close button disabled styles here */
.tooltip1_Close_OFF {
	background-image: url(images/close0.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 4px;
	font-size: 1px;
}

/* specify the required tooltip close button enabled styles here */
.tooltip1_Close_ON {
	background-image: url(images/close1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 4px;
	font-size: 1px;
}

/* specify the required tooltip content styles here */
.tooltip1_Content {
	color: #222;
	background-color: #eee;
	border: 1px solid #888;
	padding: 3px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
