<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#form-alert{ overflow: hidden; z-index: 999; width: 100%; text-align: center; /*position: absolute;*/ position:fixed; top: 0; left: 0; background-color: #fffef0; /*height: 0;*/ color: #555; font: 16px arial; opacity: 1; display:none; padding:15px; border-bottom: 1px solid #999; box-shadow: 0 0 5px 0 #ccc; -moz-box-shadow: 0 0 5px 0 #ccc; -webkit-box-shadow: 0 0 5px 0 #ccc; }
#form-alert img { vertical-align: middle; }
.input-error{ border-color: #F00 !important; }</pre></body></html>