.help-button {
	float: right;
	/*position: relative;*/
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-image: url('images/menu-icon-help.png');
}

.help-list-text {
	float: right;
	/*position: relative;*/
	position: absolute;
	top: -15px;
	right: 18px;
	cursor: pointer;
}

.help-list-button {
	cursor: pointer;
	width: 195px;
	height: 110px;
}

.helpbutton-dialog {
	background-color: white;
	color: #333;
	top: 50%;
	left: 50%;
	margin-left: -375px;
	margin-top: -225px;
	/*hidden by Scu 18_03_10 ---*/
	/*width: 750px;
	height: 465px;*/
	width: 700px;
	height: 465px;
	padding: 30px 10px 40px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 30px #333;
	-moz-box-shadow: 3px 3px 30px #333;
	box-shadow: 3px 3px 30px #333;
	position: fixed;
	display: none;
	z-index: 8002;
}.helpbutton-dialog.intro{	width:560px;	height:330px;		margin-left:-290px;	margin-top:-175px;		padding:10px;}

#help-youtube-title {
	font-weight: bold;
	padding-bottom: 10px;
}
.helpbutton-dialog .close-button { display:block; position:absolute; right:-10px; width:26px; height:26px; top:-10px; background-image:url('images/close.png'); background-repeat:no-repeat; cursor:pointer; }

#overlay{
	display:none;
	position:fixed;
	z-index:8001;
	top:0;
	left:0;
	width:100%;
	height:100%;    
	background-color:#333;
	color:#FFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; // first!
	filter: alpha(opacity=60);
	opacity: 0.6;   /*supported by current Mozilla, Safari, and Opera*/ 
	-moz-opacity: 0.6;  /*older Mozilla*/ 
	-khtml-opacity: 0.6;   /*older Safari*/ 
}

.popup-dialog {
	position:absolute;
	background-color:white;
	color:#333;
	width:600px;
	height:450px;
	padding:20px;

-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 5px; /* FF1-3.6 */
          border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

-webkit-box-shadow: 3px 3px 3px #333; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 3px 3px 3px #333; /* FF3.5 - 3.6 */
          box-shadow: 3px 3px 3px #333; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */	

	display:none;
	z-index:8002;
}

.popup-dialog .close-button { 
	display:block; 
	position:absolute; 
	right:-10px; 
	width:26px; 
	height:26px; 
	top:-10px; 
	background-image:url('/images/close.png'); 
	background-repeat:no-repeat; cursor:pointer;
}

.popup-content {
	font-size:15px;
}

a.popup-button {
	display:inline-block;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	color:white;
	border:3px solid #6F7070; 
	background-color:black;
	text-decoration:none;
-webkit-border-radius: 10px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 10px; /* FF1-3.6 */
          border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

-webkit-box-shadow: 3px 3px 3px #333; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 3px 3px 3px #333; /* FF3.5 - 3.6 */
          box-shadow: 3px 3px 3px #333; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */	

}

a.popup-button:hover, a.popup-button.hover {
	background-color:orange;
}
