.content {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 700px;

}

.center {
	display: flex;
	justify-content: center;
}

/*********************** LA Classic Styles ***********************/
.DisabledTextInstructions {
	color: gray;
	font-size: 0.99em;
}

.Error {
	color: #900;
}

.LargeBoldColor {
	font-weight:bold;
}

.SmallSize {
	font-size: 0.8em;
}

.TableHighlight {
	background-color: #BBB;
}

.registration-form-table, .registration-agreement-table {
	text-align:left;
}

/* Styles used in verification workflow */
.verifyOptionsContainer {
	padding-top:10px;
	padding-left:20px;
}

.verifyOptionsContainer label {
	font-weight: normal;
}