/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	position: absolute;
}

.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
    height: 30px;
    border-radius:5px;
    overflow: hidden;
	/*background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	width: 350px;
	padding: 10px;*/
}
.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 {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:#ffffff;
    height:7px;
    margin-top: 11px;
	width: 344px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.75), inset 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.75), inset 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 0 rgba(255,255,255,0.75), inset 0 1px 3px rgba(0,0,0,0.3);
    border-radius:60px;
    float:left;
}
.uploadify-progress-bar {
	background-color: #df0000;
	height:7px;
	width: 1px;
	border-radius:60px;
	
}

.upl_info{
    float: left;
    font-family: Arial;
    font-size: 13px;
    margin-top: 7px;
    font-weight: bold;
    margin-right: 15px;
    margin-left: 10px;
}
