body {
	margin:20px 0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
}
table {
	border-collapse:collapse;
}
#container {
	border:1px solid #B7B7B7;
	width:740px;
	margin:auto;
	text-align:left;
}
#header {
	vertical-align:top;
	background-color:#818181;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:25px 20px;
	height:150px;
}
#header h2 {
	font-size:20px;
	line-height:28px;
	color:#FAEAC4;
	margin:0;
	padding:0;
	margin-bottom:4px;
}
#header p {
	font-weight:bold;
	color:white;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:0;
}
#form {
	vertical-align:top;
	background-color:#FFFFD9;
	padding:25px 35px 10px 35px;
	width:455px;
	border-left:1px solid #B7B7B7;
}
#form input {
	border:1px solid black;
	width:300px;
	background-color:white;
	padding:1px 4px;
}
#form input, #form select, #form option {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#form select {
	border:1px solid black;
	width:240px;
	background-color:white;
}
#form td {
	padding:0 20px 8px 0;
	text-align:right;
	white-space:nowrap;
}
#form p {
	font-size:12px;
	line-height:16px;
}
#info {
	vertical-align:bottom;
	background-color:#E6E6E6;
	padding:20px;
	padding-top:100px;
}
#info a {
	color:black;
	text-decoration:none;
}
#info a:hover {
	text-decoration:underline;
}
#header, #info {
	width:175px;
}
#form .required {
	color:#FA0000;
}
#info h1 {
	font-size:15px;
}
#info h1, #info p {
	margin:0;
	padding:0;
}
#info p {
	line-height:18px;
}
#form .button {
	width:auto;
	padding:2px 6px;
	text-transform:uppercase;
	font-size:14px;
	margin-top:5px;
	margin-bottom:20px;
}
#form td.error, #form p.error {
	font-weight:bold;
	color:#FA0000;
}
#form input.error {
	border:1px solid #FA0000;
}
#form a {
	color:black;
}
