<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.has-error {
	color: #990000;
}

.has-error input {
	color: #b94a48;
	background: #f2dede !important;
	border-color: #b94a48 !important;
}

.help-block {
	color: #666666;
	display: block;
	margin-bottom: 10px;
	margin-top: 2px;
	font-size: smaller;
}

.has-error .help-block,
.has-error .control-label {
	color: #b94a48;
}

.FormErrorBox {
	display: none;
}

.FormErrorBox {
	color: #990000 !important;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: solid 1px #990000 !important;
	background-color: #FFFFFF;
}

.alert {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.alert {
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}
</pre></body></html>