#content {
	float: left;
	width: 70%;
}

#content table {
	margin: 20px auto;
}

#content th {
	font-weight: bold;
	text-align: left;
}

#content td.image {
	width: 24px;
}

#content td.name {
	width: 80%;
}

#content td.size, #content th.size {
	width: 50px;
	text-align: right;
}

#sidebar .form h3 {
	background: url('../images/add.png') no-repeat left bottom;	
}

#sidebar .form #file {
	margin-bottom: 10px;
}

#sidebar .form #password {
	margin: 5px 0 10px;
}

#sidebar .validation h3 {
	background: url('../images/accept.png') no-repeat left bottom;	
}

#sidebar .validation h3.error {
	background: url('../images/error.png') no-repeat left bottom;
}

