.uploadify-button {
	background: url(../../img/web/layout1/th_bg.png) left top repeat-x;
	border: 1px solid #1f60a1;
	border-bottom: 1px solid #113678;
	color: #fff;
	cursor: pointer;
	font: normal 12px "Trebuchet MS",Arial, Helvetica, sans-serif;
	height: 30px;
	margin-top: 4px;
	text-align: center;
	width: 100%;
}

.vipform .uploadify-button {
	background: url(../../img/web/layout1/th_bg_vip.png) left top repeat-x;
}

.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #113678;
}

.uploadify-queue {
	margin: 10px 0;
	width: 200px;
}

.upload-item {
	margin-bottom: 3px;
	text-align: left;
}

.file-size:before {
	content: "(";
}

.file-size:after {
	content: ")";
}

.file-progress {
	color: #ffffff;
	display: block;
	font-size: 8px;
	height: 10px;
	text-align: center;
	text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000;
	width: 100%;
}