body{
	padding:0;
	margin:0;
	font-family: 'Lato-Regular';
	background:#fff;
}
.admin_log{
	text-align:center;
	width:100%;
	margin-top:10%;
	color:#699;
	font-size:24px;
	padding:12px;
	
}
.admin_content{
	width:330px;
	margin:0 auto;
	color:#66C;
	font-size:15px;
	padding:12px;
	border:5px solid #096;
	border-radius:5px;
}

	.tbl, .th, .td {
   border: 1px solid black;
}
.th, .th{
	padding:5px;
	}
.admin_menu_content{
	width:500px;
	margin:0 auto;
	color:#66C;
	font-size:15px;
	padding:12px;
	border:5px solid #096;
	border-radius:5px;
}
.menu_content{
	width:500px;
	margin:0 auto;
	color:#999;
	font-size:30px;
	padding:10px;
	text-align:center;
}
.uploadfile_content{
	width:370px;
	margin:0 auto;
	color:#66C;
	font-size:15px;
	padding:12px;
	border:5px solid #096;
	border-radius:5px;
}
.uploadfile_list{
	width:900px;
	margin:10px auto;
	color:#66C;
	font-size:15px;
	padding:12px;
	border:4px solid #999;
	border-radius:5px;
}
.table_menu { 
color: #333; /* Lighten up font color */
font-family: Helvetica, Arial, sans-serif; /* Nicer font */
width: 640px; 
border-collapse: 
collapse; border-spacing: 0; 
}

.td_menu, .th_menu { border: 1px solid #CCC; height: 30px; } /* Make cells a bit taller */

.btn {
position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(219,87,5,1);
    font-family: 'Yanone Kaffeesatz';
    font-weight: 700;
    //font-size: 3em;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    margin: 0 auto;
	//width: 160px;
	text-align: center;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	}
.btn:hover{
-webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
	cursor:pointer;
}
