label {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: 494736;
}

input {
  /*margin-bottom: 1em; */
  clear: both;
  display: block;
}

.message {
	margin: 5px;
	padding: 5px;	
	color: red;
	font-weight: bold;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}

.userinfo {
	padding: 3px;
	margin-top: 15px;
	background-color: #CBCABE;
}

.userinfo p {
	padding: 3px;
	margin-left: 15px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

.information {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	color: red;
	vertical-align: top;
}

/* CSS Tables */
.table {
 width: 100%;
 border: 1px solid #494736;
}
.table .th {
 background-color: #494736;
 color: white;
 font-weight: bold;
 border-bottom: 1px dotted white;
}
.table .tr-alt {
 background-color: #B2B29F;
}

.table .tr-alt .td {
 background-color: #B2B29F;
}

.table .td {
 float: left;
 width: 23%;
 padding: 5px;
}
