body.notb {
	min-width: 0;
	width: auto;
}
.download-container {
	background-color: #ddd;
	padding: 2px;
	/*width: 550px;*/
	position: relative;
}
.download-choose {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
}
.download-options {
	background-color: #eee;
	padding: 10px 0 12px 6px;
}
.download-video-ad {
	position: relative;
	z-index: 9999;
	width: 360px;
	height: 202px;
	margin: 0 auto;
	background-color: #000;
	margin-top: 2px;
}
.download-share {
	text-align: center;
	font-weight: bold;
}
.download-captcha {
	margin-top: 10px;
	font-weight: bold;
}
.download-captcha-image {
	border: 1px dashed #ccc;
	width: 166px;
	height: 56px;
	position: relative;
}
.download-submit-code {
	margin-left: 6px;
	width: 90px;
}
.download-code {
	width: 180px;
	font-size: 26px;
	height: 34px;
	text-align: center;
	border: 1px solid #ddd;
}
.download-share-disabled, .download-share-disabled:active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	cursor: not-allowed;
}
.download-member-only, .download-disabled {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999999;
}
.download-disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-color: #fff;
}
.download-member-only .download-alert {
	display: inline-block;
	padding: 18px;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin: 0 8px;
}
.download-alert a {
	font-weight: bold;
}
.download-video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 202px;
}
.download-press-play {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0;
	background-color: #fff;
	z-index: 10001;
}
.clicked .download-press-play {
	display: none;
}
#captcha {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 0 0 6px;
}
#videoContainer, #adContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 202px;
}
#adPlayIcon {
	background: #000 url(http://images.livemixtapes.com/ad_play.png) no-repeat center center;
	width: 360px;
	height: 202px;
	position: relative;
	z-index: 10000;
	cursor: pointer;
	cursor: hand;
}
.clicked #adPlayIcon {
	display: none;
}
#counter.counting {
	font-size: 26px;
	color: #999;
}
.download-enter-code {
	padding: 0 0 2px 0;
	font-weight: bold
}