body
{
	background-color: #404040;
	color: gray;
}

iframe.rcon
{
	width: 640px;
	height: 400px;
	background-color: black;
}

form.rcon
{
	padding: 0;
}	

input.text
{
	color: black;
	/*background-color: #404049;
	border: 1px solid black;*/
}

input.rcon
{
	width:580px;
	border: 1px solid gray;
	color: #FFFFFF;
	background-color: #404040;
}

input.button
{
	width:60px;
}

p.head
{
	text-align: center;
	color: gray;
	font-weight: bold;
	font-size: 25px;
}

p.footer
{
	text-align: center;
	color: gray;
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: gray;
}

a:hover
{
	/*text-decoration:underline overline;*/
	color: white;
}	