body{
	background-color:black;
	color:white;
}

img{
	border:none;
}

h2{
	letter-spacing:1px;
}

#box{
	margin:auto;
	margin-bottom:10px;
	padding:10px;
	background-color:silver;
	text-align:center;
	color:black;
	width:500px;
	border:10px ridge;
}

#box #header{
	font-size:18px;
	border:1px solid white;
	margin-bottom:10px;
}

#box #textbox{
	text-align:left;
	background-color:gray;
	border:1px dotted white;
	padding-left:10px;
	margin-bottom:10px;
}

#box #textbox a{
	color:white;
	text-decoration:none;
}

#box #textbox a:visited{
	color:white;
	text-decoration:none;
}

#box #textbox a:hover{
	color:yellow;
	text-decoration:none;
}

#menu {
	margin:0px;
	padding:0px;
	text-align:right;
	color:black;
	width:500px;
}

#menu img {
	vertical-align:middle;
	padding-right:5px;
}

#menu a{
	color:white;
	text-decoration:none;
}

#menu a:visited{
	color:white;
	text-decoration:none;
}

#menu a:hover{
	color:yellow;
	text-decoration:none;
}

#noscript{
	width:500px;
	height:20px;
	border:solid 2px white;
	background-color:red;
	color:white;
	text-align:center;
	font-weight:bold;
	padding:0px;
	margin-bottom:10px;
}

#infobox{
	width:500px;
	height:20px;
	border:solid 2px white;
	background-color:#228B22; /*forestgreen*/
	color:white;
	text-align:center;
	font-weight:bold;
	padding:0px;
	margin-bottom:10px;
}

#errbox{
	width:500px;
	height:20px;
	border:solid 2px white;
	background-color:#8B0000; /*darkred*/
	color:white;
	text-align:center;
	font-weight:bold;
	padding:0px;
	margin-bottom:10px;
}

#login
{
	border:2px solid white;
	background-color:gray;
	color:black;
	text-align:left;
	width:240px;
	height:145px;
	position:absolute;
	left:47%;
	top:90px;
	margin:0px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	visibility:hidden;
}

p.login{
	margin:0px;
	padding:0px;
	padding-left:7px;
	background-color:silver;
}

p.info{
	margin:0px;
	padding:0px;
	text-align:justify;
}
