/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	float: left;
	position: relative;
	height: 25px !important;
}
.uploadify:after{content: "最多可添加五个附件，每个大小不超过50M.";position: absolute;top:0;left:100%;width: 300px;text-indent: 2em;font-size: 14px;line-height: 25px;color: #939393;}
.uploadify-button {
	background-color: #f1f1f1;
	border-radius: 4px;
    padding: 0 8px;
	border: 0;
	color: #5c5c5c;
	font-size: 14px;
	text-align: center;
	line-height: 25px !important;
	height: 25px !important;
	width: 100%;
}

.uploadify-button.disabled {background-color: #D0D0D0;color: #808080;}
.uploadify-queue {float: left;width: 100%; margin-top: 20px;}
.uploadify-queue-item{background-color: #f1f1f1;font-size: 14px;color: #939393;margin-bottom: 8px;width: 100%;}
.uploadify-queue-item:before{content: "";width: 35px;float: left;height: 27px;background: url(/Expert/images/newicon.png) 0 -100px no-repeat;}
.uploadify-queue-item span{font-size: 14px;color: #939393;line-height: 27px;}
.uploadify-error {background-color: #FDE5DD !important;}
.uploadify-queue-item .cancel a {float: right;width: 27px;height:27px;background:url(/Expert/images/newicon.png) -40px -100px no-repeat;cursor: pointer;text-indent: -9999px;}
.uploadify-queue-item.completed {background-color: #E5E5E5;}
.uploadify-progress{
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-ba {background-color: #0099FF;height: 3px;width: 1px;}