body
{
	background-color: silver;
	font-family: "Segoe UI Semibold", "Arial", sans-serif;
}


#content
{
	background: #EFEFEF;
	background: linear-gradient(top, #EFEFEF 0%, #BBBBBB 100%);
	background: -webkit-linear-gradient(top, #EFEFEF 0%, #BBBBBB 100%);
	background: -moz-linear-gradient(top, #EFEFEF 0%, #BBBBBB 100%);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	border: 1px solid white;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}

.bold
{
	margin: 0% 30%;
	border-bottom: 5px solid rgb(94,94,94);
	border-left: 2px solid rgb(94,94,94);
	border-right: 2px solid rgb(94,94,94);
	border-radius: 8px;
}

h2
{
	background-color: white;
	margin: 0px -20px;
}

img
{
	width:20px;
	padding-top: 5px;
}

ul
{
	list-style-type: none;
	
}

.filebox
{
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.filebox:active
{
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

li
{
	background-color: white;
	margin-top: 5px;
	margin-bottom: 2px;
	border: none;
	border-radius: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}