body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
ul {
	padding-left: 10px;
	margin-left: 10px;
}
h1 {
	font-size: 18px;
}

a:link {color: #3366cc; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #3366cc; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }


.graphics {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.content {
	position:relative; 
	width:410px;
	z-index:2; 
	left: 200px; 
	top: 150px;
	padding-left: 40px;
}
.footer {
	position:relative; 
	width:600px; 
	height:75px;
	z-index:2; 
	left: 50px; 
	top: 175px;
	font-size: 12px;
}
p.small {
	font-size: 10px;
}
fieldset div {
	clear: both;
	position: relative;
}
#caseinformation div {
  right: -15px;
}
.caseinfo {
  width: 24em;
}
.required label: after {
	content: " *";
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1;
	color: #00f;
}
label {
	padding-right: 10px;
}
label.removed {
	display: none !important;
}
label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 13em;
	text-align: right;
	float: left;
}
fieldset div.cr label {
	text-align: left;
	margin-left: 13em;
	width: auto;
	float: none;
}
#errormessage {
  font-weight: bold;
  color: red;
  font-size: 140%;
}
#required_reminder {
  font-size: 70%;
  text-align: right;
}
