.qtip{ }
		.qtip-content{ color: #22222c; border: 1px solid #60c059; background-color: #fff; padding: 10px; font-size: .75em; }
			.qtip-content strong{ font-size: 1.2em; }
			.qtip-content h4{ font-size: 1.2em; background: #288a2a url('/images/qtip_title.png') repeat-x top; color: #fff; margin: -10px -10px 10px -10px; padding: 1px 0 3px 10px; }
			.qtip-content a{ color: #fff; text-decoration: none; }
				.qtip-content a:hover{ color: #CDE6F2; }

.qtip .error, .qtip .notice, .qtip .success, .qtip .warning{ padding-left: 24px; background: no-repeat left top; line-height: 16px; min-height: 16px; }
	.qtip .notice{ background-image: url('/images/icons/16/info.png'); }
	.qtip .error{ background-image: url('/images/icons/16/error.png'); }
	.qtip .warning{ background-image: url('/images/icons/16/warning.png'); }
	.qtip .success{ background-image: url('/images/icons/16/success.png'); }
	
.qtip-content p{ font-size: .8em; }

.qtip-target { cursor: pointer; }

.highlighted .target{ border-bottom: 1px dotted #334; }
	.highlighted .target:hover { border-style: solid; }
