
.error-message {
    background-color: #E7E7E7;
    border-color: #C7C7C7;
    color: #4F4F4F;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out 0s;
}

p.small {
	font-size: 0.9125rem;
}

#ContactAddForm .input.checkbox label {
	max-width: 50%;
	text-align: justify;
}

#ContactAddRepForm .input.checkbox label {
	max-width: 90%;
	text-align: justify;
}