body {
	text-align: center;
	background-color: #d6d6d6;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
}

fieldset {
	margin: 1em 0em;
	padding: 1em;
	border: 1px solid #c03000;
	/* background: #f8f8f8; */
}

input {
	font-size: 11px;
	width: 125px;
}

label, #disclaimer {
	font-size: 12px;
}

legend {
	font-weight: bold;
	font-size: 14px;
}

p {
	text-align: left;
	line-height: 1.5em;
	font-size: 14px;
}

textarea {
	height: 75px;
	width: 300px;
}

th {
	font-weight: bold;
	font-size: 12px;
}

td {
	font-size: 12px;
	text-align: right;
}

#confirm {
	width: 20px;
}

#container {
	padding: 30px;
	border-color: #3e484b;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
	width: 700px;
	text-align: left;
	background-color: #fff;
}

#copyright {
	color: #ccc;
	font-size: 11px;
}

#copyright a:link, a:visited {
	color: #ccc;
	text-decoration: none;
}

#copyright a:hover {
	color: #c03000;
	text-decoration: underline;
}

.clear {
	clear: both;
}
