#login-panel{
	width:300px; margin:0 auto;
	position: relative;
	top: 75px;
	opacity: 0.90;
	box-shadow: 0px 4px 25px rgba(51, 51, 51, 0.47);
}

footer {
	position: absolute;
	bottom: 0px;
	text-align: center;
	display: inline;
	width: 100%;
	color: #EFEFEF;
}

.content {
	position: absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45603c+0,91b37c+100 */
background: #45603c; /* Old browsers */
background: -moz-linear-gradient(top, #45603c 0%, #91b37c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #45603c 0%,#91b37c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #45603c 0%,#91b37c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45603c', endColorstr='#91b37c',GradientType=0 ); /* IE6-9 */
	height: 100%;
	width: 100%;

}

#files_list {
	
}