@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
}
#maincontent {
	text-align: left;
	background-color: #FFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}
h2 {
	font-size: medium;
	color: #666;
}
.height100 {
	height: 100%;
}
.reddivider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.input {
	border: 1px solid #999;
	background: #fff;
}
.input:hover {
	border: 1px solid #BF311A;
	background: #fff;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #9A0D0D;
	margin-top: 5px;
	margin-bottom: 5px;
}
#entry {
	text-align: left;
	margin: auto;
	max-width: 410px;
	padding-left: 20px;
}
label {
    margin: 5px 0px;
    text-align: right;
}
.required {
	color: #9A0D0D;
}

