#upload{
	margin:30px 0px; padding:0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background:#fff;
	color:#3366cc;
/*	border:1px solid #ccc;*/
	width:140px;
	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;}
ul#files li img{ max-width:180px; max-height:150px; }

.success{ /*background:#99f099; border:1px solid #339933;*/ }
.error{ background:#f0c6c3; border:1px solid #cc6622; }
