* {
	margin: 0;
	padding: 0;
	font-family: "Arial";
}

html, body {
	height: 100%;
	font-size: 18px;
	background-color: #000;
	line-height: 22px;
}

div#frame {
	text-align: left;
	background-image: url('../images/frame_bg.gif');
	background-repeat: no-repeat;
	width: 1000px;
	height: 800px;
	margin: 0 auto;
	clear: left;
}

div#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -400px;
	float: left;
}

div#logo {
	position: relative;
	background-image: url('../images/logo.png');
	width: 261px;
	height: 49px;
	left: 56px;
	top: 48px;
}
a {
	color: #8a8a8a;
	text-decoration: none;
}

a:hover {
	color: #fff;
}
div#frame div#menu {
	position: relative;
	height: 20px;
	width: 805px;
	top: 53px;
	left: 140px;
	color: #8a8a8a;
	font-weight: bold;
	font-size: 16px;
}

div#frame div#content {
	color: #fff;
	position: relative;
	height: 500px;
	top: 80px;
	left: 60px;
	font-family: "Arial";
}

a.currentPage {
  color: #fff;
}

.bold {
	font-family: "Arial";
	font-weight: bolder;
}

form.login label {
	display: block;
	float: left;
	text-align: right;
	width: 120px;
	padding-right: 5px;
	font-family: "Arial";
	font-weight: bolder;
	margin-bottom: 10px;
}

form.login input[type="text"], form.login input[type="password"] {
	display: block;
	float: left;
	height: 18px;
	width: 150px;
	background-color: transparent;
	border: none;
	border-bottom: 2px dotted #fff;
	color: #fff;
	font-weight: normal;
	vertical-align: text-bottom;
	font-size: 16px;
	margin-bottom: 10px;
}

form.login input[type="submit"] {
	font-size: 16px;
	width: 150px;
	font-weight: normal;
}

form.admin input:focus {
	outline: 0;
}

form.admin input[type="text"], form.admin input[type="password"] {
	border: none;
	border-bottom: 2px dotted #fff;
	color: #fff;
	background-color: transparent;
	height: 12px;
	font-size: 16px;
	float: left;
	height: 18px;
}

form.admin input[type="submit"] {
	font-size: 16px;
	width: auto;
	font-weight: normal;
	font-family: "Arial";
}

form.admin label {
	font-family: "Arial";
	width: 120px;
	display: block;
	float: left;
}

form.admin textarea {
	width: 880px;
	height: 300px;
}

form br {
	clear: left;
}

#videoextras {
	float: left;
	margin-left: 10px;
	font-size: 12px;
	color: #fff;
	width: 160px;
}

#videoextras strong {
	font-family: "Arial";
	color: #fff;
	font-weight: normal;
}

*:focus {
	outline: 0;
	border: 0;
}

table.admin tr:hover {
	background-color: #333;
	color: #fff;
}

table.admin {
	color: #ddd;
}

div.message {
	color: #fff;
	background-color: #050;
}

tr.header {
	background-color: #555;
}

td.order {
	width: 75px;
	text-align: center;
}

td.delete {
	width: 75px;
	text-align: center;
}
