﻿/*******************
 * Help
 */
.nohelp, .help {  }
.nohelp img {
	background-color: #dff;
	z-index: 1;
}

.nohelp span, .nohelp iframe {
	display: none;
}

.help img, .help span {
	background-color:#FFF2CC;	
	
}
.help img {
	z-index: 1;
}
.help span 
{
	color: Black;
	border: 2px solid #BDA760;
	display: block;
	position: absolute;
	width: 25.2em;
	font-size: 0.9em;
	padding: 0.5em;
	top: 0;
	left: 21px;
	z-index: 100;
}

.help iframe {
	position: absolute;
	top: 0;
	left: 21px;
	width: 20.2em;
	font-size: 0.9em;
	z-index: 75;
	border-style: none;
}