/* CSS Document */
body {background: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;}
a:link, a:visited {color: #00688b;}
a:hover {text-decoration: none;}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 400px;
	width: 400px;
	margin-left: -200px;
	margin-top: -200px;}
#maincontent {
	border: solid 5px #999999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #ffffff;}	
#maincontent h1 {
	text-align: center;
	margin: 0px;
	padding: 15px 20px 15px 20px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 20px;}
#maincontent h2 {
	background-color: #00688b;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	border-top: solid 2px #333333;
	border-bottom: solid 2px #333333;}	
#maincontent p {
	margin: 0px;
	padding: 2px 20px;}
#maincontent ul {padding: 2px 20px;}
#textarea {height: 262px;padding-top: 10px;}
#submit {text-align: center;}
#footer {
	font: 9px "Times New Roman", Times, serif;
	color: #ebebeb;
	text-align: center;
	height: 10px;
	width: 400px;}
#footer p {margin: 0px;}
