#upload{
	margin:30px 0; padding:15px;
	font-weight:bold; font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#f2f2f2;
	color:#000000;
	border:1px solid #ccc;
	width:150px;
	cursor:pointer !important;
	border-radius:5px;
	-moz-border-radius:5px; -webkit-border-radius:5px;
	box-shadow: 0 0 10px 1px #666;
}

.darkbg{
	background:#ddd !important;
}
#status{
	font-family:Arial; padding:5px;
}
ul#files{ list-style:none; padding:0; margin:0 0 20px 10px; }
ul#files li{  }
ul#files li img{ max-width:180px; max-height:150px; margin: 5px 10px;
	box-shadow:0 0 3px 1px #333;}

.error{ color:#ff0000; }

ul#files li a.delete img {
	width:16px;
	height:16px;
	padding:7px;
	background:#666;
	text-decoration:none;
	position:absolute;
	float:left;
	margin-left:-40px;
}

ul#files li a.delete img:hover{
	background:#000;
}