html, body {
	margin: 0px;
	padding: 0px;
}

body, table {
	color: #FFF;
	text-align: center;
	background-color: #333333;
	font: 10px Tahoma, verdana, sans-serif;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

#top {
	padding: 10px;
}

#middle {
	padding: 10px;
}

#links {
	font-weight: bold;
	padding: 8px;
}

#footer {
	font-weight: bold;
	color: #FFF;
	padding: 10px;
}

#dialog {
	visibility: hidden;
	left: 50%;
	top: 320px;
	position: absolute;
	width: 600px;
}

#dialog #container {
	position: absolute;
	left: -300px;
	opacity: 0.8;
	text-align: left;
	width: 600px;
	background-color: #333;
	border: 2px solid #FFF;
}

#dialog #container #head {
	width: 100%;
	height: 20px;
	background-color: #FFF;
}

#dialog #container #head span {
	padding-left: 5px;
	font-weight: bold;
	color: #000;
}

#dialog #container #bottom {
	text-align: right;
	width: 100%;
	height: 20px;
	background-color: #FFF;
}

#dialog #container #bottom span {
	padding-right: 5px;
	font-weight: bold;
	color: #000;
}

#dialog #container #bottom a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#dialog #container #bottom a:hover {
	font-weight: bold;
	color: red;
	text-decoration: none;
}

#dialog #container #content {
	padding-top: 20px;
	padding-bottom: 25px;
	color: #FFF;
	padding-left: 10px;
}

#dialog #container #content table {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 25px;
	color: #FFF;
	padding-left: 10px;
}

#dialog #container #content a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#dialog #container #content a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
