* {margin: 0; padding: 0;}

body {
	font-family: Cambria;
	font-size: 22px;
	color: white;
	background: #121212;
	background-image: url(../images/bg.jpg);
	margin-left: 50px;
	margin-right: 50px;
	padding: 50px;
	-moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

a {
	color: #fcdd76;
}

H4 {
	margin-bottom:20px;
	margin-top:20px;
}

TABLE {
	word-wrap: break-word;
	background-image: url(../images/ph.png);
	width: 100%;
	border: solid;
	padding: 10px;
	border-color: #6eb538;
	border-radius:8px;
}

TD {
	max-width: 400px;
}

TEXTAREA {
	width: 300px;
	height: 100px;
	margin-top: 20px;
	padding: 10px;
	border-radius: 5px;
	background-color: #efefef;
}

TEXTAREA:hover{
	background-color: #fefefe;
}

INPUT#go{
	height:35px;
	width: 80px;
	border-radius: 5px;
	margin-top: 15px;
	background-color: #565656;
	font-size: 18px;
	font-family: Cambria;
	color: white;
	border-color: #00cccc;
}

INPUT#go:hover {
	background-color: #454545;
	color: white;
	border-color: cyan;
	cursor: pointer;
}

INPUT {
	height: 30px;
	margin-top: 20px;
	border-radius: 3px;
	border-color: black;
	background-color: #efefef;
	padding: 5px;
}

INPUT:focus {
	border-color: cyan;
	background-color: #fefefe;
}

INPUT:hover {
	border-color: cyan;
	background-color: #fefefe;
}

BUTTON{
	height:55px;
	width: 300px;
	border-radius: 5px;
	margin-top: 15px;
	background-color: #565656;
	font-size: 18px;
	font-family: Cambria;
	color: white;
	border-color: #dc143c;
}

BUTTON:hover {
	background-color: #454545;
	color: white;
	cursor: pointer;
}

IMG#code {
	margin-top: 20px;
	margin-right: 20px;
}

.content {
	width:80%;
	height:75%;
	margin: auto;
	min-height: 510px;
	min-width: 900px;
	padding:40px;
	border: solid;
	border-color: black;
	background-image: url(../images/phw.png);
	word-wrap: break-word;
	border-radius: 15px;
	position: absolute;
}

.left {
	width:40%;
	position: absolute;
	left: 50px;
}

.right {
	width:40%;
	left: 50%;
	position: absolute;
}

.good {
	color: #77ff77;
}

.bad {
	color: #ff7777;
}

.banlist {
	max-height: 200px;
	padding: 10px;
	font-size:13px;
	font-family: Century;
	overflow: auto;
	border: solid;
	border-color:#30d5c8;
}

.title {
	padding-bottom: 5px;
	border-bottom: solid;
	border-color: #30d5c8;
}

.ban {
	background-image: url(../images/phr.png) ;
	margin-top:0px;
	border:solid;
	border-color: #dc143c;
	border-radius: 5px;
	padding:50px;
}

.copy {
	font-family: Century;
	font-size: 14px;
	margin-top: 20px;
}

.rules {
	font-family: Century;
	font-size: 17px;
}