div.ssx-center { text-align: center; }
div.ssx-right { text-align: right; }

.ssx-red { color: red; }

.ssx-error { color: red; font-weight: bold }
.ssx-warning { background-color: yellow }

span.ssx-wide { padding: 0 5px 0 5px; }
div.ssx-meta { 
	border-width: 1px 0 0 0; border-style: solid; border-color: gray; 
	text-align: right; float: right; width: 25%; color: gray; 
	margin-top: 4px;
}

