#formUpload {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ffffcc;
	color: #333333;
	margin-bottom: 10px;
}
#formUpload h3 {
	background: url(images/bg.jpg) repeat-x;
	width: 100%;
	height: 33px;
	color: #000;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 5px;
}
#files {
	background: #ffffcc;
	padding: 3px;
	margin-top: 3px;
}
#filemanager {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ffffcc;
	margin-top: 5px;
}	
#filemanager h3 {
	background: url(images/bg.jpg) repeat-x;
	width: 100%;
	height: 33px;
	color: #000;
	margin-top: 0px;
	padding-left: 5px;
}	
.delete {
	float: right;
	margin-right: 8px;
}
.download {
	float: right;
	margin-right: 8px;
}
.inputfile {
	margin-left: 10px;
}
.list{
	background: #ffffcc;	
}
.listcell{
	border: #999 solid 1px; border-bottom: 0px;	
}
#file_list {
	background: #ffffcc;
	margin-bottom: 2px;
}
.icons{
	padding-top: 2px;
	vertical-align:middle;
}
#tasks {
	background: #ffffcc;
}
.file_icons {
	float: left;
	margin-left: 5px;
}
.notice {
	border-top: 1px solid #F00;
	border-bottom: 1px solid #F00;
	background: #FFC url(images/warning.png) no-repeat 5px;
	padding-left: 30px;
	padding-top: 5px;
	width: 100%;
	height: 20px;
	margin-bottom: 10px;
}
