div.uploadify {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
}

.uploadify object {
	margin-top: -100px !important;
	margin-left: -100px !important;
}
.uploadify-button {
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
}

.uploadify-button-text { 
	font-size:19px;
	font-family:"Myriad Pro", Arial;
	color:#FFF;
	pointer-events: none;
}

#pc-upload .uploadify-button-text { 
	font-size:13px !important;
	float:left;
}

.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px "Myriad Pro", Arial;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('../img/uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}


/*
 other css for uploader 
*/
.loading-zone {
	padding-left:40px;
	position:relative;
}
.loading {
	width:31px;
	height:31px;
	position:relative;
}
.loading div {
	width:31px;
	height:23px;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	font-size:10px;
	padding-top:8px;
}
.loading-zone .loading {
	position:absolute;
	top:-2px;
	left:0;
}
.loading-zone .grey-button {
	margin:10px 0 20px 0;
}

/* Buttons */

.qq-uploader {
	margin: 0;
}

.qq-upload-button {
	width: auto;
	height: auto;
	border: 0;
}

.qq-upload-button input {
	width: auto;
	height: auto;
}

.qq-upload-button-hover, a.qq-upload-button:hover {
	background-image: url('');
	background-color: #46BBD1;
	cursor: hand;
	cursor: pointer;
}

input[type="file"]::-webkit-file-upload-button {
	cursor: pointer;
}
