.speedo-theme-dark.speedo-container
{
	-webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
	-moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
	box-shadow: 0 4px 16px rgba(0,0,0,.2);
	background: #424242;
	background-clip: padding-box;
	border: 1px solid #333;
	outline: 0;
	position: fixed;
	padding: 24px 24px;
	z-index: 100004;
	left: 50%;
	top: 50%;
	color: #ccc;	
}

.speedo-theme-dark .speedo-popup-caption
{
	position: absolute;
	left: 10px;
	top: 4px;
	padding: 0;
	/*margin: -1.8em 0 0;*/
	margin: 0;
	color: #ccc;
}

.speedo-theme-dark .speedo-popup-drag-area
{
	cursor: move;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 24px;
	z-index: 100;
}

.speedo-theme-dark .speedo-ui-close
{
	position: absolute;
	background: transparent url('images/close-btn.png') no-repeat center center;
	right: 0px;
	top: 0px;
	/*width: 46px;
	height: 46px;*/
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1000;
}

.speedo-theme-dark .speedo-content-holder
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.speedo-theme-dark.speedo-overlay
{
	background-color: #777;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
    z-index: 10000;
	height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
}