.ErrorAgreement div.ErrorIcon {
    float: left;
    margin-right: 10px;
}
.ErrorAgreement div.Attention {
    color: #CE0E0E;
    margin: 0 0 5px;
    line-height: 3;
    font-weight: bold;
    text-align: left;
    font-size: 83%;

}
@media screen and (max-width: 579px) {
	.ErrorAgreement div.Attention {
	    line-height: 1.35;
	}
}

.Agreement.Error {
	background: #ffe8e8;
	border: 1px solid #ff0000;
}