/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	position: relative;
	text-align:center;
	display:inline-block;
	margin-top:12px;
}
.uploadify-button {
	display:inline-block;
}
.uploadify-button:hover {
	background-position:0 0;
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('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 {
	display:inline-block;
	zoom:1; 
	 width:200px; 
	 height:10px; 
	 background-color:white;
	 border-radius:20px;
	 border:2px groove #666;
	 vertical-align:middle;
	 padding:0;
}
.uploadify-progress-bar {
	background:url(images/jdt.png) repeat-x;
	width:0;
	height:9px;
	border-radius:20px;
}
.uploadify-button-text{
	display:inline-block;
    margin:-2px 0;
    padding:0 1.5em;
    font-size:1em;
	line-height:2em;
    color:#797979;
    border:1px solid #c2c2c2;
    cursor:pointer;
    _position:relative;
	background:url(images/btnbg.png) repeat-x 0 0;
	}

.uploadbtn,.delfilebtn,.uploadfilebtn{
	display:inline-block;
	border:0px solid #999;
	line-height:24px;
	border-radius:0px;
    font-size:12px;
	color:#666;
	cursor:pointer;
	/*background:url(images/btnbg.png) repeat-x 0 0;*/
	text-decoration:none;
	}
.uploadfilebtn{
	margin:12px;
	}
.up_filename,.progressnum,.delfilebtn,.uploadbtn{
	font-size:12px;
	color:#666;
	margin-left:10px;
	}