body {
	background-color: #FFFFCC;
}
#wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.warning {
	font-weight: bold;
	color: #990000;
}
h1 {
	font-size: large;
	color: #384829;
	font-weight: normal;
	margin: 5px 0px 0px;
	padding: 0px;
}
h2 {
	font-size: medium;
	color: #996600;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.user-input {
	background-color:#FFFFE6;
	display: inline;
	padding: 5px;
	width: auto;
	margin: 10px;
	border: medium double #467481;
}
p.no-top-margin {
	margin-top: 0px;
}

form.dotnet {
	padding:0px;
	margin:0px;
}
td.label {
	font-weight: bold;
	text-align: right;
	font-size: small;
	white-space: nowrap;
	vertical-align: top;
}
td.input {
	text-align: left;
	font-size: small;
	vertical-align: top;
}
