/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button
{
    background-image: url(attach.gif);
    background-position: 6px;
    background-repeat: no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    color: #000000;
    font: 12px Arial, Helvetica, sans-serif;
    text-align:left;
    padding-left:8px;
    width: 100%;
    font-size: 12px;
    float:left;
    cursor:hand;
    margin-left:10px;
    text-decoration:underline;
}
.uploadifive-button:hover 
{
    border: 1px solid #e1e1e1;
    background-color:#ffffff;
}
#btn_upload{ float:left; height:42px; margin-top:18px; margin-bottom:6px; margin-left:8px;}
#upload_clear{ float:left; height:42px; margin-top:20px; margin-bottom:6px; float:right; margin-right:10px; vertical-align:bottom;}
.uploadifive-queue-item div.QueueItem{
	background-color: #f5f5f5;
	border: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 3px;
	margin-bottom:3px;
	padding: 5px;
	margin:5px;
	width:200px;
	text-align:center;
	position:relative;
}
.uploadifive-queue-item div.QueueItem .close {
	background: url('uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item div.QueueItem:hover{ color:#ff0000; border:1px solid #dddddd;}
.uploadifive-queue-item div.QueueItem .progress {
	height: 20px;
	width: 200px;
	z-index:999;
	position:absolute;
	left: 5px;
	top: 21px;
	
}
.uploadifive-queue-item div.QueueItem .progress-bar {
	background-color: #0072BC;
	height: 20px;
	width: 0;
	filter:alpha(opacity=60);  
    -moz-opacity:0.6;  
    -khtml-opacity: 0.6;   
    opacity: 0.6;  
	
}
.uploadifive-queue-item div.QueueItem .filename
{
    width:200px;
    
    max-height:200px;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
    word-wrap:break-word;
    
}
.uploadifive-queue-item div.QueueItem img.thumb 
{
    max-height:200px;
}
.uploadifive-queue-item div.QueueItem .fileinfo
{ width:200px; text-align:center;
  
}
