* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #000000;
	font-family: Bitstream Vera Sans, Tahoma, sans-serif;
	font-size: 11px;
	color: #757575;
}

table {
	font-size: inherit;
}

a {
	color: #757575;
	text-decoration: none;
}

a:hover {
	color: #888888;
}

input[type="text"], input[type="password"] {
	padding: 1px 3px 0px 3px;
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
	width: 200px;
}

input[type="text"]:valid, input[type="password"]:valid {
	border-style: none;
}

input[type="text"]:invalid, input[type="password"]:invalid {
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: solid 2px;
	border-color: red;
}

#head, #foot {
	height: 6%;
	min-height: 25px;
	width: 100%;
	background-color: #000000;
	overflow: hidden;
}

#foot {
	text-align: center;
}

#foot > span,#head > span {
	top: 35%;
	position: relative;
	padding: 20px;
}

#foot > span {
	color: #393939;
}

#maincontent {
	width: 100%;
	height: 88%;
}

#logo {
	height: 200px;
	width: 470px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 50px 0px 0px 0px;
	text-align: center;
}

#logo ul {
	float: left;
	left: 85%;
	margin: 0 auto;
	position: center;
}

#logo ul li {
	float: left;
	position: relative;
	right: 50%;
	margin: 0 1em 0 0;
	list-style: none;
}

.poetry {
	width: 320px;
	text-align: justify;
}

.hidden {
	display: none;
}

.info {
	color: green;
	font-weight: bold;
}

.warning {
	color: red;
	font-weight: bold;
}

/* kay */
body, #head {
  background-color: #211f25;
}

button,
input,
select,
textarea {
  font-size: 12px;
}

button,
input[type="button"],
input[type="submit"] {
  padding: 0 12px;
  height: 32px;
  font-weight: 600;
  border: none;
  border-radius: 1.5px;
  color: #211f25;
  background: linear-gradient(#f0f0f0, #b8b8b8);
  cursor: pointer;
}

button:active,
input[type="button"]:active,
input[type="submit"]:active {
  background: linear-gradient(#b8b8b8, #f0f0f0);
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="search"],
select,
textarea {
  padding: 0 8px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d1d1d1;
  background: #29262d;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  color: #f4f4f4;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

textarea {
  padding-top: 6px;
  width: 100%;
  min-height: 96px;
}

#username:focus, #password:focus {
	outline: none;
}
