/* Overlay */
.modalInput {
	background-color: #000;
	color: #28aade;
	border: 0;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.jquerySimpleOverlayH1 {
	background-color: #252525;
	border: #666 1px solid;
	font-size: 15px;
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 2px;
	text-align:left;
	width: 99%;
}
.jquerySimpleOverlay {
	border: #666 1px solid;
	DISPLAY: none;
	Z-INDEX: 10000;
	MIN-HEIGHT: 200px;
	MAX-WIDTH: 675px;
	BACKGROUND-COLOR: #191818;
	padding: 5px 5px 5px 5px;
	text-align:left;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #000;
	-webkit-box-shadow: 0 0 50px #000;
}
.jquerySimpleOverlay .close {
	RIGHT: -15px;
	BACKGROUND-IMAGE: url(../images/btnClose.png);
	WIDTH: 35px;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: -15px;
	HEIGHT: 35px
}
.modal {
	background-color:#000;
	display:none;
	width:350px;
	padding:15px;
	text-align:left;
	border:2px solid #333;
	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}
/* Popup */
#download_now {
	background:transparent url(/img/home/download.png) no-repeat scroll 0 0;
	display:block;
	background-color: #C9F;
	height:44px;
	margin-bottom:30px;
	overflow:hidden;
	width:159px;
	cursor:pointer;
}  

.divTooltip {
	display:none;
	background-color: #191818;
	border:#999 solid 1px;
	padding: 10px 10px 10px 10px;
	color:#fff;
} 
.divTooltip .label {
	color:yellow;
	width:35px;
}

.oldtooltip {
	display:none;
	background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
} 
.oldtooltip .label {
	color:yellow;
	width:35px;
}
.oldtooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}
