@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #292D1C;
	text-align: center;
	padding-top: 15px;
}

#container {
	background: #FFF;
	height: 280px;
	width: 480px;
	padding-left: 3px;
	margin: 0 auto;
}
#message {
	text-align: left;
	height: 250px;
	width: 470px;
}
#closeWindow {
	text-align: right;
	margin-right: 15px;
}
#container a {
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #900;
}
h1 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #900;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 2px;
}
p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 2px 3px;
}
.boldText {
	font-weight: bold;
}

