#mobile_mask {
	background:#000;
	color:white;
	opacity:0.8;
	position:absolute;
	font-size:11px;
	text-align:center;
	padding:16px 0;
	cursor:default;
	margin:-4px 0 0 -4px;
	display:none;
}

#fileupload {
	width:100%;
	border:1px solid #bbb;
	background:#fff;
	border-radius:3px;
	margin-bottom:8px;
	display:none;
}

#fileuploadFlashContainer {
	width:100%;
	height:100%;
}
#fileuploadButtonOverlay {
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:1px;
}

#loading img {
	float:left;
}
#loading p {
	clear:both;
}
#progress {
	margin-left:10px;
	float:left;
	display:block;
	font-size:11px;
	margin-top:-3px;
}


.samples,
.samples li {
	list-style:none;
	margin:0;
	padding:0;
}

.samples {
	background:transparent url('../images/bg-samples.png') 50% 100% no-repeat;
	width:100%;
	min-height:61px;
	display:block;
	vertical-align:bottom;
	text-align:center;
	float:left;
}

.samples li {
	float:left;
	margin-bottom:20px;
}
.samples li img {
	width:80px;
	border:1px solid #999;
	border-width-bottom:2px;
	border-width-right:2px;
}
