/* prograss bar */
/*#upload_file_div {
	border: 1px solid #555555;
	padding: 1px; 
	position: relative;
	width: 200px;
	margin: 10px;
	display: none;
	text-align: center;
}
#upload_file_progress_bar {
	height: 20px;
	background-color: #89c403;
	width: 1%;
}
#upload_file_status {
	top: 3px;
	left: 50%;
	position: absolute;
	display: inline-block;
	color: #555555;
}*/



/*#upload{
	margin:30px 200px; padding:15px;
	font-weight:bold; font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#f2f2f2;
	color:#3366cc;
	border:1px solid #ccc;
	width:150px;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
}*/
.darkbg{
	background:#ddd !important;
}
#status{
	font-family:Arial; padding:5px;
}
ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ padding:10px; margin-bottom:2px; width:200px; float:left; margin-right:10px;}
.success{ background:#99f099; border:1px solid #339933; }
.error{ background:#f0c6c3; border:1px solid #cc6622; }
