body, html {
	font-family: "Trebuchet MS";
	padding: 0;
	margin: 0;
	height: 100%;
	background: #eee;
	color: black;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: red;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
}

.clear {
	clear: both;
}

.margin {
	height: 25px;
}

#wrapper {
	width: 90%;
	margin: auto;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	min-height: 100%;
	position: relative;
	background: white;
}

#header {
	height: 100px;
	background: #8C9BA2;
	color: white;
	border-bottom: 2px solid #666;
	border-top: 2px solid #666;
}

#header h1 {
	margin: 0;
	padding-left: 20px;
	line-height: 100px;
	text-shadow: 2px 2px 2px #000;
}

#header h1 a,#header h1 a:hover {
	color: white;
	text-decoration: none;
}

#hmenu {
	height: 30px;
	background: #6b7e87;
	border-bottom: 2px solid #666;
}

#hmenu a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: white;
	padding: 0 30px 0 30px;
	float: left;
	border-right: 1px solid #666;
	text-transform: uppercase;
	font-weight: bold;
}

#hmenu a:hover {
	text-decoration: none;
	background: #92a7b1;
}

form#load {
	margin: 30px;
	width: 500px;
}

#load span {
	font-size: 20px;
}

#load #m3ufile {
	height: 50px;
	font-size: 20px;
	width: 100px;
	display: block;
}

#load #submitbtn {
	height: 50px;
	font-size: 20px;
	width: 100px;
	display: block;
}

form.edit {
	padding: 20px;
}

form.edit input {
	font-size: 20px;
	width: 100%;
	padding: 5px;
	display: block;
}

form.edit table {
	width: 100%;
	margin: 20px auto;
}

form.edit .submit {
	margin: 10px 0 10px 0;
}

form.edit table td {
	margin: 5px;
	text-align: center;
	padding: 5px;
	position: relative;
}

#footer {
	border-top: 1px solid #ccc;
	text-align: right;
	font-size: 12px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 30px;
}

.bulk {
	padding: 20px;
}

.bulk form {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.bulk input {
	font-size: 20px;
	padding: 5px;
	margin: 5px;
}