		.png{
 position:relative;
 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
 this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "trans.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
   );
 }
		a.tooltip  {
			/*border-bottom: 2px dotted #55466D; color: #55466D; outline: none;*/
			border-bottom: 2px dotted #000000; color: #000000; outline: none;
			cursor: default; text-decoration: none;
			text-indent: 0px !important;
			position: relative;
			font-family: Century Gothic;
			font-size: 15px;
		}
		.tooltip span {
			left: -999em;
			position: absolute;
			padding: 7px;
			width: 250px !important;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
			
			position: absolute; left: -10em; top: 2em; z-index: 99;
			margin-left: 0; width: 250px !important;
			
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
			/*font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;*/
		}
		.classic { padding: 0.8em 1em; }
		
		.classic img {display: inline-block; position: relative !important; margin: 2px !important;}
		
		.custom { padding: 0.5em 0.8em 0.8em 1em; }
		* html a:hover { background: transparent; }
		/*.closerlook {background: #D4C9BE; border: 1px solid #f5f0E4; width: 250px;left: 0px;}*/
		.closerlook {background: #FFFFF1; border: 1px solid #f5f0E4; width: 250px;left: 0px;}
		
		
		.thinkabout {background: #BFAA71; border: 1px solid #FFF1BE; }
		.skillbuild {background: #D7D7BD; border: 1px solid #454543; }
		.classic {background: #D6C5B1; border: 1px solid #C0AA94; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }