/*
Uploadify v2.1.0
Release Date: August 24, 2009
Copyright (c) 2009 Ronnie Garcia, Travis Nickels
*/

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color:transparent !important;
	margin-top: 5px;
	padding:0px !important;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	position:relative !important;
	padding:0px !important;
	width:16px !important;
	display:inline-block;
	float:right;
}
#ar .uploadifyQueueItem .cancel {
	float:left;
}
.uploadifyProgress {
	background-color: #FFFFFF !important;
	border: 1px solid #999 !important;
	width:99% !important;
	margin:8px auto;
	padding:0px !important;
	clear:both;
}
.uploadifyProgressBar {
	background-color: #A3D464 !important;
	height: 7px !important;
	position:relative !important;
	right:auto !important;
	width:3px;
	display:block;
}
.uploadifyQueueItem .fileName {
	color:#000;
	display:inline-block;
	float:left;
	font-size:11px;
	margin-bottom:4px;
}
#ar .uploadifyQueueItem .fileName {
	float:right;
}
#uploadifyQueue {
	float:left;
	display:inline !important;
	padding:4px 0px 0px 0px !important;
	background-color:transparent !important;
}
#start_upload {
	display:block;
	padding:0px !important;
	font-weight:normal;
	clear:both;
	text-indent:20px !important;
	background-position:left top !important;	
}
#ar #start_upload {
	background-position:right top !important;
}
#start_upload a, #start_upload a:hover {
	display:inline-block;
	width:130px;
	height:28px;
	background:#95C655 url(/images/attachments/upload-button-en.png);
	line-height:28px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
#uploadifyUploader {
	margin:0px 5px 0px 5px;
}
.upload-button {
	margin:0px 5px;
}
.browse-msg {
	width:76% !important;
	padding:5px 0px 0px 0px !important;
	float:right !important;
}
#ar .browse-msg {
	float:left !important;
}
#fr .browse-msg {
	width:75% !important;
}