.over_upl{
	margin: 0 70px 0 70px;
}
.upload{
    font-family:'PT Sans Narrow', sans-serif;
}
.upload ul{
    list-style:none;
}
.upload ul li{
    border-bottom:1px solid #EEEEEE;
    padding:5px 15px 5px 15px;
    height: 40px;
    position: relative;
}
.upload ul li input{
    display: none;
}
.upload ul li p{
    overflow: hidden;
    white-space: nowrap;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
	margin:7px 30px 0 0;
}
.upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
	font-size: 11px;
	margin:4px 0 0 0;
}
.upload ul li img{
	float:left;
	margin:8px 5px 0 0;
}
.upload ul li canvas{
	float:left;
	margin:2px 10px 0 3px;
}
.upload ul li span{
	float:right;
    width: 15px;
    height: 15px;
	margin:14px 0 0 0;
    background: url('../images/icons.png') no-repeat;
    cursor:pointer;
}
.upload ul li.working span{
    height: 15px;
    background-position: 0 -15px;
}
.upload ul li.error p{
    color:red;
}
.drop{
    text-align: right;
    text-transform: uppercase;
    font-size:10px;
    font-weight:bold;
    color:#7f858a;
}
.drop a{
	float:right;
	background-color:#8099BF;
    padding:6px 12px !important;
    color:#fff;
    font-size:10px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin:12px 0 0 5px !important;
}
.drop a:hover{
	background-color:#7991B5;
}
.dropTextInfo{
	float:right;
	margin:8px 0 0 0;
	height:30px;
	line-height:30px;
}
.drop input{
	height:0;
	width:0;
	font-size:1px;
	opacity:0;
	-moz-opacity: 0; 
	-khtml-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.progresstotal{
	position:absolute;
	height:33px;
	line-height:33px !important;
	width:34px;
	top:8px;
	left:48px;
	font-size: 10px;
	color:#444444;
	text-align:center;
}
#_download{
    opacity:0.9;
    background-color:#257691;
    font-size:11px;
    text-align:center;
    text-transform:uppercase;
    width:150px;
    height:28px;
    line-height:28px;
    text-decoration:none !important;
    display: inline-block;
    border-radius: 2px;
    color: #fff !Important;
    font-weight: bold;
    box-shadow: 0 -1px 2px #1e5e74 inset;
    border-top:1px solid #26849c;
    text-shadow:1px 1px 1px #1e6176;
    margin-top:6px;
}
#_download:hover{
    opacity:1;
}
#_actions{
    position:absolute;
    top:0;
    width:500px;
    right:50%;
    margin-right:-420px;
    text-align:right;
}
#_actions iframe{
    display: inline-block;
    height: 21px;
    width: 95px;
    position: relative;
    float: left;
    margin-top: 11px;
}