#uploadContainer{
border:1px solid #d19627;
padding:10px;
margin:10px 0;
font-family:Monospace;
line-height:24px;
}

#fileContent{	
	margin:10px 0 0 0;
}
#fileContent table{padding:1px; border:1px solid #D19627;}
#fileContent table tr th{background:#9A4626; padding:3px 0 3px 10px; font-size:16px; border-right:1px solid #D19627;color:#fff;}
#fileContent table tr td{padding:0 0 0 10px; border-right:1px solid #D19627;}
#fileContent table tr th:last-child, #fileContent table tr td:last-child{border:0;}
#fileContent table tr:nth-child(odd) {background:#F3EBE8;}
#fileContent table tr:nth-child(even) {background:#fff;}

#uploadHere{
	border-bottom:1px solid #D19627;
}

#uploadHere form{
	padding:0 0 10px 0;
}

#nofiles{color:red;}

#success{
	padding:10px; 
	border-radius:5px; 
	border:1px solid green;
}

#success span{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:green;
}

#error{
	padding:10px;
	border-radius:5px; 
	border:1px solid red;
}

#error span{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#ff0000;
}

.upload-submit{
	background: #994626;
	color: #fff;
	padding: 5px 35px;
	font-weight: bold;
	margin-top: 11px;
}