	#dhtmlgoodies_leftPanel #leftPanelContent{
		padding-left:0px;
		padding-right:0px;
		color:#FFF;	/* White text color */
	}
			
	#dhtmlgoodies_leftPanel{	/* Styling the help panel */
		
		background-color:#000000;	/* Black background color */
		
		/* You shouldn't change these 5 options unless you need to */		
		height:100%;		
		left:0px;
		z-index:10;
		position:absolute;
		display:none;
	}
	
	#dhtmlgoodies_leftPanel .closeLink{ /* Layout of close link */
		padding-left:10px;
		background-color:#000000;
		position:absolute;
		top:2px;
		left:90px;
		border:1px solid #000;
		color:#ff5533;
		font-size: 12px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;				
	}
	#dhtmlgoodies_leftPanel .closeLink:hover{	/* Close link text  - mouseover effect*/
		color:#FFF;
		background-color:#000;
	}	
	
	.style2 {
		text-align: center;
	}
	
	.style3 {
		font-family: Tahoma;
		font-size: 12px;
	}