
form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #770d0a;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #d2d2d4;
	padding-bottom: 2px;
	margin: 0px 0px 10px 0px;
}

h2, legend {
	color: #484848;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h3 {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

a {
	color: #770d0a;
	text-decoration: none;
}

a:hover {
	color: #770d0a;
	text-decoration: underline;
}

ol li {
	margin-bottom: 1em;
}

fieldset {
	border: none;
	border-bottom: 1px solid #d2d2d4;
	padding: 1em 0;
	margin-bottom: 1em;
}

legend {
	padding: 0;
}

label {
	float: left;
	width: 180px;
	text-align: right;
	margin-right: 6px;
	display: block;
}

input, select {
	margin: 0 0 .25em;
}

input.submit {
	margin-left: 186px;
}

.login_text {
	width:160px;
	border:1px solid #999999;
	padding:2px 4px;
	color:#999999;
}

.tableBorder {
	border: 1px solid #3468d1;
}

.tableHeader {
	background-color: #3468d1;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
}

.oddrow {
	background-color: #f3f3f3;
	font-weight: normal;
}

.formSection {
	background-color: #3468d1;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #bc0e0e;
}

.imgClass {
	padding: 0px;
	border: 1px solid #cccccc;
}

.button {
	width: 122px;
	height: 24px;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	color: #580503;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
}

.button:hover {
	background-color: #770d0a;
	color: #ffffff;
}

#messages {
	padding: 5px 0px;
	margin-bottom: 10px;
	font-size: 11px;
}

#message {
	margin-bottom: 1em;
}

#message.warning {
	color: #bc0e0e;
	border-top: 3px solid #bc0e0e;
	border-bottom: 3px solid #bc0e0e;
	background-image: none;
}

#message.confirm {
	color: #045b50;
	border-top: 3px solid #045b50;
	border-bottom: 3px solid #045b50;
	background-image: none;
}

.nodisplay {
	display: none;
}

.clear {
	clear: both;
}

.required {
	color: #cc0000;
}
