#fileUpload {
    margin: 30px 0 5px 0;
    }

#fileUpload .uploadifyQueueItem
{
	background-color:#F5F5F5;
	border:2px solid #E5E5E5;
	font:11px Arial,"Helvetica Neue",Helvetica,sans-serif;
	margin-top:5px;
	padding:10px;
	width:350px;
}

#fileUpload #fileQueue
{
	padding-top: 0px;
}

#fileUpload #fileQueue .uploadifyError 
{
	background-color:#FDE5DD !important;
	border:2px solid #FBCBBC !important;
}

#fileUpload .uploadifyProgress 
{
	background-color:#FFFFFF;
	border-color:#808080 #C5C5C5 #C5C5C5 #808080;
	border-style:solid;
	border-width:1px;
	margin-top:10px;
	width:100%;
}

#fileUpload .uploadifyProgressBar 
{
	background-color:#0099FF;
	height:3px;
	width:1px;
}

#fileUpload #fileQueue .uploadifyQueueItem 
{
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	font:11px Arial,"Helvetica Neue",Helvetica,sans-serif;
	padding:5%;
	width:90%;
}

#fileUpload #fileQueue .uploadifyQueueItem .cancel 
{
	float:right;
}

#fileUpload #fileInputUploader
{
	margin-left: 5px;
	background:transparent url(../images/wybierz.png) no-repeat 0 0;
}

#fileUpload #fileInputUploader:hover
{
	background:transparent url(../images/wybierz.png) no-repeat 0 -27px;
}

#buttonCancel
{
	background:transparent url(../images/anuluj.png) no-repeat 0 0;
	text-indent:-99999px;
	width:71px;
	height:29px;
	cursor:pointer;
	padding-top: 13px;
	margin-left: 84px;
	margin-top: -35px;
	position: absolute;
}

#buttonCancel:hover
{
	background:transparent url(../images/anuluj.png) no-repeat 0 -27px;
	width: 71px;
	height: 29px;
}

#fileUpload div.flash
{
	width: 487px;
	margin: 10px 5px;
	margin-bottom: 5px;
	border: 1px solid #CEBCAB;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

#fileUpload div.fieldset 
{
	background: white;
    padding: 20px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#fileUpload div.fieldset span.legend 
{
    position: relative;
    padding: 3px;
    top: -20px;
    font: bold 100% Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #5B5B5B;
	margin-left:-15px;
}
