div#overlay {
	width: 100%;
	height: 100%;
	background: #182429;
	opacity: 0.8;
	filter:alpha(opacity=80);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
}

div#help-popup {
	width: 535px;
	background: #539a3a url(../images/popup-bg-1px.png) left bottom repeat-x;
	color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
	position: absolute;
	z-index: 250;
	display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -164px;
  margin-left: -267px;
}

div.close-popup {
	height: 12px;
	width:  12px;
	bord-er: 1px solid red;
	position: absolute;
	top: 8px;
	right: 8px;
	background: url(../images/close-icon.png) left bottom no-repeat;
	cursor: pointer;
}

div.popupContent h2 {
	font-size: 30px;
	background: url(../images/help-icon-popup.png) left 4px no-repeat;
	padding: 7px 0 0 39px;
	margin: 0 0 10px 8px;
}

p.explain {
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	padding: 10px 0 10px 8px;
	font: italic 13px Georgia, Times New Roman, serif;
	
}

div.popupContent h5{
	margin: 13px 0 10px 8px;
	font: bold 16px Georgia, Times New Roman, serif;
}

div.variants-list {
	border-bottom: 1px dashed;
	padding-bottom: 7px;
}

div.variants-list p {
	font: italic 16px Georgia, Times New Roman, serif;
	padding-bottom: 10px;
	padding-left: 8px;
}

div.variants-list p a {
	color: #ffffff;
}

span.skype-popup  {
	cursor: pointer;
	width: 30px;
	height: 25px;
	position: absolute;
	background: url(../images/skype-popup-icon.png) 0px 2px no-repeat;
}

span.manager-popup  {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../images/manager-icon.png) 0px -3px no-repeat;
}

span.manual-popup  {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../images/question-answer.png) 0px -1px no-repeat;
}

div.ifo-popup {
	font-size: 16px;
	margin: 10px 0 0 8px;
}

div.ifo-popup span {
	font-size: 24px;
}