@charset "utf-8";
/* CSS Document */

body {
	background: #333333;
}
#container {
	margin: auto;
	width: 720px;
}
#header {
	background:url(images/header.jpg);
	height: 177px;
}
#content {
	background:url(images/background.jpg);
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	padding: 10px 0;
}
#content table {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	color: #fff;
}
#form-content {
	background: #6a6a6a;
	border: #fff 1px solid;
	margin: 0 auto 10px auto;
	padding: 10px;
	width: 85%;
}
#heading {
	color: #9FBBD6;
	font-size:15px;
	font-weight:bold;
	margin: 0 0 5px 24px;
}
#bottom {
	color: #fff;
	margin: auto;
	width: 88%;
}
#disclaimer {
	color:#ccc;
	font-size:10px;
	margin-bottom: 10px;
}
#disclaimer a,
#disclaimer a:visited{
	color: #9FBBD6;
}

div.label {
	background: #888;
	clear: left;
	color: #fff;
	float: left;
	height: 21px;
	margin: 0 5px 0 5px;
	padding-left: 5px;
	width: 32%;
}
div.input {
	color: #fff;
	float: left;
	margin-bottom: 5px;
	width: 65%;
}
div.input input, 
div.input select {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
div.lines2 {
	height: 34px;
	margin-bottom: 5px;
}
div.lines3 {
	height: 47px;
	margin-bottom: 5px;
}
div.lines4 {
	height: 62px;
	margin-bottom: 5px;
}
div.lines5 {
	height: 76px;
	margin-bottom: 5px;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
input.submit {
	background: #666;
	border: 1px inset #ccc;
	color: #fff;
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
}